We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c284f commit 577cb64Copy full SHA for 577cb64
.github/workflows/smoke-test.yml
@@ -6,14 +6,11 @@ on:
6
workflow_dispatch:
7
8
jobs:
9
- lint:
+ smoke-test:
10
if: ${{ github.repository == 'yannickcr/eslint-plugin-react' || github.event_name == 'workflow_dispatch' }}
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- - uses: actions/setup-node@v1
15
- with:
16
- node-version: 14
17
- uses: ljharb/actions/node/install@main
18
name: 'nvm install lts/* && npm install'
19
with:
0 commit comments