Skip to content

chore(deps): bump golang from 1.24.4-alpine3.21 to 1.24.5-alpine3.21 #5085

chore(deps): bump golang from 1.24.4-alpine3.21 to 1.24.5-alpine3.21

chore(deps): bump golang from 1.24.4-alpine3.21 to 1.24.5-alpine3.21 #5085

Workflow file for this run

name: "Eslint"
on:
push:
branches: [ dev ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
working-directory: ./web
run: npm ci
- name: Run ESLint
working-directory: ./web
run: npx eslint . --ext .ts,.tsx