mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 06:40:19 +00:00
13 lines
193 B
YAML
13 lines
193 B
YAML
name: "npm run-script test"
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
npm-test:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- name: npm run-script test
|
|
run: npm run-script test
|