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 name: Check Transpiled JavaScript
on: on:
pull_request:
branches:
- main
push: push:
branches: branches:
- main - main
pull_request:
permissions: permissions:
contents: read contents: read

View File

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

View File

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

View File

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