Skip to content

Commit

Permalink
Test action
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenSimon committed Jun 23, 2024
1 parent 6a444cd commit 4f62044
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches:
- main
paths:
- "!.github/**"
- .github/workflows/test-action.yml
- src/**

jobs:
run_test:
runs-on:
- ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: Cohesible/get-credentials-action@d2795224e6f0ea7b2e41c4d3dbdb8bc3c873f450

0 comments on commit 4f62044

Please sign in to comment.