Skip to content

Commit 3a1b742

Browse files
committed
fix: EOF for yml files
1 parent bd73b2c commit 3a1b742

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.github/workflows/setup-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030

3131
- name: Lint and Unit tests
3232
working-directory: ./setup-env
33-
run: npm run test
33+
run: npm run test

.github/workflows/setup-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030

3131
- name: Lint and Unit tests
3232
working-directory: ./setup-local
33-
run: npm run test
33+
run: npm run test

setup-env/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ inputs:
1616
runs:
1717
using: 'node12'
1818
main: 'dist/index.js'
19-

setup-local/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ inputs:
1717
runs:
1818
using: 'node12'
1919
main: 'dist/index.js'
20-

0 commit comments

Comments
 (0)