Skip to content

Commit

Permalink
ci: more readable jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Oct 22, 2024
1 parent 23ef8a4 commit a71a0ef
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
working-directory: ./examples/demo

test:
name: test
needs: [rustfmt, clippy]
runs-on: ubuntu-latest

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-loco-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
args: --all-features -- -D warnings -W clippy::pedantic -W clippy::nursery -W rust-2018-idioms

test:
name: Run Tests
needs: [rustfmt, clippy]
runs-on: ubuntu-latest

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-starter-lightweight-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ env:

jobs:
style:
name: Check Style
runs-on: ubuntu-latest

permissions:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-starter-rest-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ env:

jobs:
style:
name: Check Style
runs-on: ubuntu-latest

permissions:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-starter-saas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ env:

jobs:
style:
name: Check Style
runs-on: ubuntu-latest

permissions:
Expand All @@ -38,7 +37,6 @@ jobs:
working-directory: ./starters/saas

test:
name: Run Tests
needs: [rustfmt, clippy]
runs-on: ubuntu-latest
strategy:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:

jobs:
style:
name: Check Style
runs-on: ubuntu-latest

permissions:
Expand All @@ -39,7 +38,6 @@ jobs:
args: --all-features -- -D warnings -W clippy::pedantic -W clippy::nursery -W rust-2018-idioms

test:
name: Run Tests
needs: [rustfmt, clippy]
runs-on: ubuntu-latest

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:

jobs:
check:
name: Check
runs-on: ubuntu-latest

permissions:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/e2e-cli-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
# TODO: re-enable after 0.8 to check cmd spawning fix
saas-win32:
name: Create saas (win32)
runs-on: windows-latest

permissions:
Expand Down Expand Up @@ -48,7 +47,6 @@ jobs:
working-directory: ./saas
saas:
name: Create saas
runs-on: ubuntu-latest

permissions:
Expand All @@ -68,7 +66,6 @@ jobs:
working-directory: ./saas
rest-api:
name: Create rest-api
runs-on: ubuntu-latest

permissions:
Expand All @@ -88,7 +85,6 @@ jobs:
working-directory: ./restapi
lightweight-service:
name: Create lightweight-service
runs-on: ubuntu-latest

permissions:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

jobs:
saas:
name: Create saas starter template
runs-on: ubuntu-latest

permissions:
Expand All @@ -26,7 +25,6 @@ jobs:
working-directory: ./saas
rest-api:
name: Create stateless starter template
runs-on: ubuntu-latest

permissions:
Expand All @@ -46,7 +44,6 @@ jobs:
working-directory: ./restapi
lightweight-service:
name: Create stateless starter template
runs-on: ubuntu-latest

permissions:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/loco-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:

jobs:
style:
name: Check Style
runs-on: ubuntu-latest

permissions:
Expand All @@ -34,7 +33,6 @@ jobs:
working-directory: ./loco-cli

test:
name: Run Tests
needs: [rustfmt, clippy]
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit a71a0ef

Please sign in to comment.