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 5, 2024
1 parent b8b2725 commit 1846f45
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:

_temp:
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 1846f45

Please sign in to comment.