1
0
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:
Sebastian Malton 2022-02-03 09:36:45 -05:00 committed by GitHub
parent 2f7994a16d
commit 2b952e193e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: