Skip to content

Bump eslint from 8.43.0 to 8.44.0 in /web #82

Bump eslint from 8.43.0 to 8.44.0 in /web

Bump eslint from 8.43.0 to 8.44.0 in /web #82

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4.0.1
with:
go-version: '1.20'
- uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2
args: "--out-${NO_FUTURE}format colored-line-number"
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4.0.1
with:
go-version: '1.20'
- run: go test -v ./...