Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/frc-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ name: FRC CI Checks
# Controls when the action will run.
on:
workflow_call:
inputs:
codespell_ignore:
required: false
type: string
default: ""

env:
PAGES_DIR: "./build/docs/javadoc"
Expand Down Expand Up @@ -37,6 +42,7 @@ jobs:
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
ignore_words_file: ${{ inputs.codespell_ignore }}
merge_conflict_job:
runs-on: ubuntu-latest
name: Find merge conflicts
Expand Down