Skip to content

Commit

Permalink
Re-linting fil
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnoFinch authored Oct 17, 2024
1 parent 87d7101 commit 9796613
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/linear_pr_checker.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
name: Linear PR Checker
# If the PR Checker is not functioning properly, adding SKIP_LINEAR_CHECK
# to the body will skip the check. Only use this when you are certain linear
# tickets are properly attached to the PR.

# tickets are properly attached to the PR.
on:
pull_request:
types: [opened, reopened, edited, synchronize]
types:
- opened
- reopened
- edited
- synchronize
branches:
- main

- main
defaults:
run:
shell: bash
working-directory: ./pr_checker

jobs:
linear_pr_checker:
uses: togethercomputer/tools/.github/workflows/pr_checker.yml@main
Expand Down

0 comments on commit 9796613

Please sign in to comment.