We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e668804 commit 4ffbddbCopy full SHA for 4ffbddb
.github/workflows/demo-ci.yml
@@ -19,11 +19,11 @@ jobs:
19
steps:
20
- uses: actions/checkout@v3
21
- name: Install javascript dependencies
22
- uses: borales/actions-yarn@v2.3.0
+ uses: borales/actions-yarn@v3.0.0
23
with:
24
cmd: --cwd web install # will run `yarn install` command
25
- name: Lint javascript code
26
27
28
cmd: --cwd web run lint # will run `yarn run lint` command
29
0 commit comments