Skip to content

Commit

Permalink
Add template job
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 4, 2024
1 parent e6b182d commit 577ed1a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ concurrency:

jobs:

1:
name: X
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: X
run: |
printf '\tSetting up...\n\n'
echo hello
printf '\n\n\tDONE\n\n'
am:
name: Install AM 📝
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 577ed1a

Please sign in to comment.