Skip to content

Multiples board and module define for kittenbot (#1331) #2170

Multiples board and module define for kittenbot (#1331)

Multiples board and module define for kittenbot (#1331) #2170

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g typescript
- run: npm install -g prettier
- run: npm install
- run: make
- uses: stefanzweifel/git-auto-commit-action@v4
if: ${{ github.ref == 'refs/heads/main' }}