fix(deps): update github.com/tum-dev/gocast/runner digest to 177bf39 #7391
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 | |
| - name: Install modules | |
| working-directory: ./web | |
| run: npm ci | |
| - name: Run ESLint | |
| working-directory: ./web | |
| run: npx eslint . --ext .ts,.tsx |