mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix electronegativity workflow config (#4809)
This commit is contained in:
parent
2f7994a16d
commit
2b952e193e
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