Skip to content

Commit

Permalink
Minor fixes linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaulucci committed Nov 25, 2024
1 parent 789ed1d commit c41e516
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/asertoor.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: "Assertoor"
name: Assertoor
on:
merge_group:
workflow_run:
workflows: [Docker build]
branches: ["**"]
types:
- completed
types: [completed]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci_skipped.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
pull_request:
branches: ["**"]
paths:
- 'README.md'
- 'LICENSE'
- "README.md"
- "LICENSE"
- "**/README.md"
- "**/docs/**"
- "crates/vm/levm/**"
Expand All @@ -13,22 +13,22 @@ jobs:
name: Lint
runs-on: ubuntu-latest
if: false
steps: [run: true]
steps: [run: "true"]

test:
name: Test
runs-on: ubuntu-latest
if: false
steps: [run: true]
steps: [run: "true"]

docker_build:
name: Build Docker image
runs-on: ubuntu-latest
if: false
steps: [run: true]
steps: [run: "true"]

prover:
name: Build RISC-V zkVM program
runs-on: ubuntu-latest
if: false
steps: [run: true]
steps: [run: "true"]
6 changes: 2 additions & 4 deletions .github/workflows/hive.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: "Hive"
name: Hive
on:
merge_group:
workflow_run:
workflows: [Docker build]
branches: ["**"]
types:
- completed
types: [completed]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_pr_title.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Lint PR title"
name: Lint PR title

on:
merge_group:
Expand Down

0 comments on commit c41e516

Please sign in to comment.