Skip to content

Commit

Permalink
tried fixing wdr again
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Aug 20, 2024
1 parent 2c13c3c commit 5593712
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ on:
branches:
- main

defaults:
run:
working-directory: gloom-rs

jobs:
build-check:
name: Build Check
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./gloom-rs

steps:
- uses: actions/checkout@v4
Expand All @@ -32,9 +33,6 @@ jobs:
format-check:
name: Format Check
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./gloom-rs

steps:
- uses: actions/checkout@v4
Expand All @@ -52,9 +50,6 @@ jobs:
lint-check:
name: Lint Check
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./gloom-rs

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5593712

Please sign in to comment.