Skip to content

Bump eslint from 8.57.0 to 9.4.0 in /webapp #1207

Bump eslint from 8.57.0 to 9.4.0 in /webapp

Bump eslint from 8.57.0 to 9.4.0 in /webapp #1207

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Install Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: 1.19
check-latest: true
cache: true
- name: Test
run: go test ./...