mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2024-12-15 02:59:55 +08:00
Merge branch 'main' of https://github.com/LucasDower/ObjToSchematic into main
This commit is contained in:
commit
5f7ad8e21d
11
.github/workflows/node.js.yml
vendored
Normal file
11
.github/workflows/node.js.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
name: Build
|
||||
on: push
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install modules
|
||||
run: npm install
|
||||
- name: Build
|
||||
run: npm run build
|
Loading…
Reference in New Issue
Block a user