Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test PR Builder #22

Closed
wants to merge 6 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
GH_TOKEN: ${{ github.token }}

jobs:
test:
test-scripts:
strategy:
matrix:
runs-on:
Expand All @@ -18,3 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: ./test_scripts
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# https://github.com/raven-actions/actionlint/releases/tag/v2.0.0
- uses: raven-actions/actionlint@01fce4f43a270a612932cb1c64d40505a029f821
with:
files: .github/**/*.yml, .github/**/*.yaml
Loading