mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix electronegativity workflow config
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
2f7994a16d
commit
7734c96c5f
12
.github/workflows/electronegativity.yml
vendored
12
.github/workflows/electronegativity.yml
vendored
@ -1,9 +1,11 @@
|
||||
on:
|
||||
push:
|
||||
|
||||
name: Electronegativity
|
||||
on:
|
||||
- pull_request
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build_job:
|
||||
runs-on: ubuntu-latest
|
||||
@ -12,7 +14,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: "14"
|
||||
|
||||
- uses: doyensec/electronegativity-action@v1.1
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user