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
12 changes: 12 additions & 0 deletions .github/workflows/clippy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
on:
push:
branches: [ master ]
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
pull_request:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
merge_group:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"

name: Lints compliance check

Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
name: QEMU tests
on:
merge_group:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
pull_request:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
push:
branches:
- master
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"

env:
CARGO_TERM_COLOR: always
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/riscv-peripheral.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
on:
push:
branches: [ master ]
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
pull_request:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
merge_group:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"

name: Build check (riscv-peripheral)

Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/riscv-rt.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
on:
push:
branches: [ master ]
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
pull_request:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
merge_group:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"

name: Build check (riscv-rt)

Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/riscv-semihosting.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
on:
push:
branches: [ master ]
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
pull_request:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
merge_group:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"

name: Build check (riscv-semihosting)

Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/riscv-target-parser.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
on:
push:
branches: [ master ]
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
pull_request:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
merge_group:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"

name: Run tests (riscv-target-parser)

Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/riscv.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
on:
push:
branches: [ master ]
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
pull_request:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
merge_group:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"

name: Build check (riscv)

Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/rustfmt.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
on:
push:
branches: [ master ]
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
pull_request:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
merge_group:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"

name: Code formatting check

Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
on:
push:
branches: [ master ]
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
pull_request:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"
merge_group:
paths-ignore:
- "**/*.md"
- "*.md"
- "typos.toml"

name: Run tests (build and trybuild)

Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/typos.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
on:
push:
branches: [ master ]
paths-ignore:
- "**/*.md"
- "*.md"
pull_request:
paths-ignore:
- "**/*.md"
- "*.md"
merge_group:
paths-ignore:
- "**/*.md"
- "*.md"

name: Spelling Check

Expand Down
Loading