Skip to content

Commit 7f168b5

Browse files
fix
1 parent a17b245 commit 7f168b5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ branding:
2929
runs:
3030
using: 'composite'
3131
steps:
32-
- name: Checkout code
33-
uses: actions/checkout@v2
34-
- name: Set up Node.js
35-
uses: actions/setup-node@v2
36-
with:
37-
node-version: '14'
3832
- name: Run _just
3933
run: bash $GITHUB_ACTION_PATH/src/run.sh
4034
shell: bash

0 commit comments

Comments
 (0)