Skip to content

Commit

Permalink
Merge pull request #20 from acrosman/feature/electronegativity
Browse files Browse the repository at this point in the history
Adding electronegativity
  • Loading branch information
acrosman authored May 11, 2021
2 parents 3898ea3 + acc892a commit dadf201
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/electronegativity.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Electronegativity

on:
push:

jobs:
build_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2
with:
node-version: '14'

- uses: doyensec/[email protected]

- name: Upload sarif
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: ../results

0 comments on commit dadf201

Please sign in to comment.