mirror of
https://github.com/ershisan99/flashcards-admin-bot.git
synced 2026-01-08 20:52:06 +00:00
initial commit
This commit is contained in:
17
.github/workflows/nodejs.yml
vendored
Normal file
17
.github/workflows/nodejs.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Node.js CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: volta-cli/action@v1
|
||||
- run: npm ci --no-audit
|
||||
- run: npm run lint --if-present
|
||||
- run: npm test
|
||||
- run: npm run build --if-present
|
||||
env:
|
||||
CI: true
|
||||
Reference in New Issue
Block a user