Skip to content

Commit

Permalink
Gosh darn it
Browse files Browse the repository at this point in the history
  • Loading branch information
invisibleroads committed May 22, 2024
1 parent 09f0522 commit 8163de9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@
name: Validate CSV
on:
pull_request:
branches:
- main
types:
- labeled
- unlabeled
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: actions/setup-python@v5
with:
python-version: "3.12"
Expand Down

0 comments on commit 8163de9

Please sign in to comment.