Merge branch 'main' into fix/task-typo

This commit is contained in:
alfred gedeon 2021-01-19 15:32:40 -08:00 committed by GitHub
commit 9056438a5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ on:
push: push:
branches: ["**"] branches: ["**"]
pull_request: pull_request:
branches: [master] branches: [main]
workflow_dispatch: workflow_dispatch:
jobs: jobs:
spell-check: spell-check:

View file

@ -36,7 +36,7 @@ jobs:
uses: lots0logs/gh-action-get-changed-files@2.1.4 uses: lots0logs/gh-action-get-changed-files@2.1.4
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
# Run checks # Run checks
- name: Check File Headers - name: Check File Headers
run: | run: |