Skip to content

Commit 2367e72

Browse files
ci(github): tidy workflows
1 parent 9593152 commit 2367e72

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/commitlint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on: [push, pull_request]
44
jobs:
55
commitlint:
66
runs-on: ubuntu-latest
7-
87
steps:
98
- name: Checkout repository
109
uses: actions/checkout@v4

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on: [push, pull_request]
44
jobs:
55
lint:
66
runs-on: ubuntu-latest
7-
87
steps:
98
- name: Checkout repository
109
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on: [push, pull_request]
44
jobs:
55
test:
66
runs-on: ubuntu-latest
7-
87
steps:
98
- name: Checkout repository
109
uses: actions/checkout@v4

0 commit comments

Comments
 (0)