We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad2620 commit 0c72883Copy full SHA for 0c72883
.github/workflows/style.yml
@@ -1,10 +1,10 @@
1
name: Fix Code Styling
2
3
-on: [ push ]
+on: [push]
4
5
jobs:
6
lint:
7
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
8
9
steps:
10
- name: Checkout code
@@ -26,4 +26,4 @@ jobs:
26
- name: Commit linted files
27
uses: stefanzweifel/git-auto-commit-action@v4
28
with:
29
- commit_message: "Fix code styling (ci skip)"
+ commit_message: "Fix code styling"
.github/workflows/tests.yml
@@ -1,4 +1,4 @@
-name: Tests
+name: tests
on:
push:
@@ -13,7 +13,7 @@ on:
13
14
15
test:
16
17
if: "!contains(github.event.head_commit.message, 'ci skip')"
18
strategy:
19
fail-fast: false
0 commit comments