Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pnacht authored Feb 16, 2024
1 parent 6c9f08e commit 54790dc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
push:

env:
A: 1
"B": 2
$C: 3

jobs:
foo:
runs-on: ubuntu-latest
steps:
- run: echo ${{ env }}

0 comments on commit 54790dc

Please sign in to comment.