Skip to content

Commit

Permalink
chore: 更新workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Nov 11, 2022
1 parent 318aefe commit 75587c1
Show file tree
Hide file tree
Showing 5 changed files with 15,019 additions and 12,879 deletions.
15 changes: 0 additions & 15 deletions .github/main.workflow

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: build test
on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build --if-present
- name: Test
run: npm test
6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/watcherTasks.xml

This file was deleted.

Loading

0 comments on commit 75587c1

Please sign in to comment.