Skip to content

Commit

Permalink
chore: test pr diff
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Feb 27, 2024
1 parent 1812552 commit 8ec00df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ on:
- develop

jobs:
settings:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- run: gh pr diff --name-only

test:
name: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8ec00df

Please sign in to comment.