Skip to content

Commit

Permalink
Update pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hernangonzalez authored Oct 30, 2024
1 parent 9699452 commit 447cba5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: .*\.toml
- name: Test Changes not allowed
uses: xalvarez/prevent-file-change-action@v1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: tests/*
- name: Format
run: cargo fmt --verbose
- name: Lint
Expand Down

0 comments on commit 447cba5

Please sign in to comment.