Renovate update admin minor and patch updates (PHP 8.2) #5060
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 |