Skip to content

Commit 1f9eb65

Browse files
authored
ci: minor naming and formatting fixes (#177)
1 parent 4252666 commit 1f9eb65

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
with:
1717
path: src-debug
18-
- name: setup-depot-tools
18+
- name: Set up depot-tools
1919
uses: newkdev/setup-depot-tools@v1.0.1
2020
- name: Sync gclient workspace
2121
run: |
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v3
4141
with:
4242
path: src-release
43-
- name: setup-depot-tools
43+
- name: Set up depot-tools
4444
uses: newkdev/setup-depot-tools@v1.0.1
4545
- name: Sync gclient workspace
4646
run: |

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
pull-requests: write
1313

1414
jobs:
15-
build:
15+
lint:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v3

.github/workflows/netlify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
name: Build and Deploy to Netlify
2+
23
on:
34
push:
45
branches:
56
- main
67
pull_request:
8+
79
permissions:
810
statuses: write
911
deployments: write
1012
pull-requests: write
13+
1114
jobs:
1215
build:
1316
uses: ./.github/workflows/build.yml

0 commit comments

Comments
 (0)