mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-06-07 19:26:37 +00:00
CI build
This commit is contained in:
parent
fa175680a2
commit
7ad8591ba0
3 changed files with 20 additions and 2 deletions
18
workflows/ci.yml
Normal file
18
workflows/ci.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
name: Continuous integration
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
check_pr:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: "npm ci"
|
||||
run: npm ci
|
||||
|
||||
- name: "npm run build"
|
||||
run: npm run build
|
||||
|
||||
- name: "npm run test"
|
||||
run: npm run test
|
Loading…
Add table
Add a link
Reference in a new issue