Skip to content

Commit

Permalink
refactor: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
0xClandestine committed Jan 14, 2025
1 parent 3be4691 commit 5af6073
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit-linting.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Commit Linting

on:
push:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
commitlint:
name: Commit Linting
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-fuzzing.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Continous Fuzzing

on:
push:
Expand All @@ -13,7 +13,7 @@ env:

jobs:
run-tests:
name: Continous Fuzzing
name: CI
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-local.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI
name: Anvil Deployment

on:
push:
workflow_dispatch: {}

jobs:
run-local-build:
name: Anvil Deployment
name: CI
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-compile.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI
name: Docker Compilation

on: [push]

jobs:
check-compilation:
name: Docker Compilation
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/forge-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI
name: Coverage

on:
push:
workflow_dispatch: {}

jobs:
run-coverage:
name: Coverage
name: CI
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/forge-fmt.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Forge Fmt

on:
workflow_dispatch:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
check:
name: Forge Fmt
name: CI
strategy:
fail-fast: true
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/forge-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Forge Tests

on:
push:
Expand All @@ -13,7 +13,7 @@ env:

jobs:
run-tests:
name: Forge Tests
name: CI
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/storage-report.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Storage Layout

on:
workflow_dispatch:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
check_storage:
name: Storage Layout
name: CI
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5af6073

Please sign in to comment.