github actions (#280)

This commit is contained in:
oblomov 2023-06-16 17:13:33 +02:00 committed by GitHub
parent e33b500cda
commit a07f89dd79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
.github/workflows/test2.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: test2
on:
push:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm ci
- run: npm run downport