Merge pull request #2269 from ministryofjustice/renovate-aws-sdk-go-v… #5340
This file contains 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 analysis | |
on: | |
push: | |
branches: | |
- master | |
- main | |
pull_request: | |
jobs: | |
tfsec: | |
name: Run eslint | |
runs-on: ubuntu-latest | |
permissions: | |
actions: read | |
contents: read | |
security-events: write | |
steps: | |
- name: Clone repo | |
uses: actions/checkout@v3 | |
- name: Run eslint | |
run: | | |
npm install | |
npm run lint:check |