Fix actions linting errors

This commit is contained in:
Nick Alteen 2024-02-22 09:44:31 -05:00
parent 764ca585b6
commit 3ae7b742c1
4 changed files with 15 additions and 9 deletions

View File

@ -10,10 +10,12 @@
name: Check Transpiled JavaScript
on:
pull_request:
branches:
- main
push:
branches:
- main
pull_request:
permissions:
contents: read

View File

@ -2,6 +2,8 @@ name: Continuous Integration
on:
pull_request:
branches:
- main
push:
branches:
- main

View File

@ -1,26 +1,26 @@
name: CodeQL
on:
push:
pull_request:
branches:
- main
pull_request:
push:
branches:
- main
schedule:
- cron: '31 7 * * 3'
permissions:
actions: read
checks: write
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
checks: write
contents: read
security-events: write
strategy:
fail-fast: false
matrix:

View File

@ -2,6 +2,8 @@ name: Lint Codebase
on:
pull_request:
branches:
- main
push:
branches:
- main