mirror of
https://github.com/actions-rs/cargo.git
synced 2025-09-09 01:31:55 +03:00
Rename ci.yml to ci.yaml
This commit is contained in:
parent
a0ec2c717e
commit
d53a1914c3
1 changed files with 0 additions and 0 deletions
16
.github/workflows/ci.yaml
vendored
Normal file
16
.github/workflows/ci.yaml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: Continuous integration
|
||||
on: [pull_request, push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Create npm configuration
|
||||
run: echo "//npm.pkg.github.com/:_authToken=${token}" >> ~/.npmrc
|
||||
env:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- run: npm ci
|
||||
- run: npm run lint
|
||||
- run: npm run build
|
||||
- run: npm run test
|
Loading…
Add table
Add a link
Reference in a new issue