Skip to content

Commit

Permalink
ci stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
colinvwood authored Sep 19, 2024
1 parent ae337a1 commit acc3067
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Test and lint

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

on:
pull_request:
branches: ["main"]
Expand All @@ -29,6 +26,9 @@ jobs:
- name: Install plugin
shell: bash -l {0}
run: make install
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}


- name: Run tests
shell: bash -l {0}
Expand Down

0 comments on commit acc3067

Please sign in to comment.