Skip to content

Commit ce37422

Browse files
committed
chore(ci): add runner-common setup step to all workflows
1 parent b15b21f commit ce37422

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/format.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17+
- name: Runner Common Setup
18+
uses: mridang/action-runner-common@v1
19+
1720
- name: Checkout code
1821
uses: actions/checkout@v4
1922

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17+
- name: Runner Common Setup
18+
uses: mridang/action-runner-common@v1
19+
1720
- name: Checkout code
1821
uses: actions/checkout@v4
1922

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20+
- name: Runner Common Setup
21+
uses: mridang/action-runner-common@v1
22+
2023
- name: Checkout code
2124
uses: actions/checkout@v4
2225

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17+
- name: Runner Common Setup
18+
uses: mridang/action-runner-common@v1
19+
1720
- name: Checkout code
1821
uses: actions/checkout@v4
1922

0 commit comments

Comments
 (0)