Skip to content

Commit

Permalink
improving github action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
apix23 committed Nov 22, 2024
1 parent 71592e8 commit a5afb82
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
branches:
- main
jobs:
name: test
runs-on: ubuntu-latest
steps:
run: echo "Hello, World!"
test:
runs-on: ubuntu-latest
steps:
- run: echo "Testing the code"

0 comments on commit a5afb82

Please sign in to comment.