mirror of
https://codeberg.org/LibRedirect/libredirect.git
synced 2025-01-23 07:51:09 +01:00
Create test.yml
This commit is contained in:
parent
05453901f2
commit
0b4bcce8c7
14
.github/workflows/test.yml
vendored
Normal file
14
.github/workflows/test.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: test
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
- run: npm install
|
||||
- run: npm test
|
Loading…
Reference in New Issue
Block a user