Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/go-tests-op-translator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
paths:
- "op-translator/**"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
unit-tests:
# The type of runner that the job will run on
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ env:
# Make sure CI fails on all warnings, including Clippy lints
RUSTFLAGS: "-Dwarnings"

defaults:
run:
working-directory: metabased-sequencer

jobs:
clippy_check:
runs-on: ubuntu-latest
Expand Down