Skip to content

chore(deps): bump @typescript-eslint/parser from 6.5.0 to 7.2.0 in /web/app #415

chore(deps): bump @typescript-eslint/parser from 6.5.0 to 7.2.0 in /web/app

chore(deps): bump @typescript-eslint/parser from 6.5.0 to 7.2.0 in /web/app #415

Workflow file for this run

name: CI Build
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Install @angular/cli
run: npm i -g @angular/cli
- name: Set up Ionic
uses: coturiv/setup-ionic@v1
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
id: go
- name: Build
run: make all
- name: Check GoReleaser configuration
uses: goreleaser/goreleaser-action@v2
with:
args: check