mirror of
https://github.com/actions/setup-node.git
synced 2025-12-15 01:01:38 +08:00
Dogfood ci
This commit is contained in:
19
.github/main.workflow.yml
vendored
Normal file
19
.github/main.workflow.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
version: 1
|
||||
on: push
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
actions:
|
||||
- name: npm install
|
||||
run: npm install
|
||||
|
||||
- name: Lint
|
||||
run: npm run format-check
|
||||
|
||||
|
||||
- name: npm test
|
||||
run: npm test
|
||||
Reference in New Issue
Block a user