Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Jun 8, 2024
1 parent 0763827 commit a534cbc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Interesting Test

on:
pull_request:
branches:
- master_clone

permissions:
contents: read

jobs:
test:
name: Run tests
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Run test
uses: exit 0

0 comments on commit a534cbc

Please sign in to comment.