Skip to content

Commit

Permalink
fix: ci another try
Browse files Browse the repository at this point in the history
  • Loading branch information
mormubis committed Sep 20, 2024
1 parent d3a3bb6 commit a343c1e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
name: 👔 Format
runs-on: ubuntu-latest
steps:
- run: echo format-${{ github.head_ref || github.ref }}

- name: ⬇️ Checkout code
uses: actions/checkout@v4

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
name: ⬣ Lint
runs-on: ubuntu-latest
steps:
- run: echo lint-${{ github.head_ref || github.ref }}

- name: ⬇️ Checkout code
uses: actions/checkout@v4

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,26 @@ on:
jobs:
check:
name: ✅ Check version
outputs:
changed: ${{ steps.check.outputs.changed }}
runs-on: ubuntu-latest
steps:
- uses: EndBug/version-check@v2
with:
diff-search: true

format:
name: 👔 Format
uses: ./.github/workflows/format.yml

lint:
name: 🔬 Lint
uses: ./.github/workflows/lint.yml

test:
name: 🧪 Test
uses: ./.github/workflows/test.yml

release:
name: Release
permissions:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
name: 🧪 Test
runs-on: ubuntu-latest
steps:
- run: echo test-${{ github.head_ref || github.ref }}

- name: ⬇️ Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit a343c1e

Please sign in to comment.