Skip to content

Commit

Permalink
Fix yaml file indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Dec 16, 2024
1 parent 5fa1cd2 commit 80cae98
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name: Test
on: [push, pull_request]

jobs:
ubuntu24:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
./test_changes
ubuntu24:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
./test_changes

0 comments on commit 80cae98

Please sign in to comment.