1
0
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:
Sebastian Malton 2022-02-03 09:25:53 -05:00
parent 2f7994a16d
commit 7734c96c5f

View File

@ -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: