Skip to content

Commit

Permalink
set default working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
liamkinne committed Dec 4, 2023
1 parent 4b6044d commit 6f41288
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- ".github/workflows/check-controller.yaml"
- "deuterium-controller/**"

defaults:
run:
working-directory: deuterium-controller

jobs:
check:
name: Check
Expand All @@ -24,4 +28,3 @@ jobs:
targets: thumbv7em-none-eabihf
- name: Check
run: cargo check
working-directory: deuterium-controller

0 comments on commit 6f41288

Please sign in to comment.