Skip to content

Commit 33eca49

Browse files
authored
fix(ci): Add working directory for rust-clippy (#9)
* fix: Add working directory for rust-clippy * chore: Remove unnecessary workflow_dispatch * ci: Temporarily remove paths to test pipeline * Revert "ci: Temporarily remove paths to test pipeline" This reverts commit 196d56a.
1 parent bf0ce64 commit 33eca49

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/go-tests-op-translator.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
paths:
1212
- "op-translator/**"
1313

14-
# Allows you to run this workflow manually from the Actions tab
15-
workflow_dispatch:
16-
1714
jobs:
1815
unit-tests:
1916
# The type of runner that the job will run on

.github/workflows/rust-clippy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ env:
1616
# Make sure CI fails on all warnings, including Clippy lints
1717
RUSTFLAGS: "-Dwarnings"
1818

19+
defaults:
20+
run:
21+
working-directory: metabased-sequencer
22+
1923
jobs:
2024
clippy_check:
2125
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)