Skip to content

Bump eslint from 8.45.0 to 8.46.0 in /web #103

Bump eslint from 8.45.0 to 8.46.0 in /web

Bump eslint from 8.45.0 to 8.46.0 in /web #103

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/[email protected]
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/[email protected]
with:
go-version: '1.20'
- run: go test -v ./...