mirror of
https://github.com/github/codeql-action.git
synced 2025-12-06 07:48:17 +08: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
|