Skip to content

Merge branch 'main' of https://github.com/MotiCAT/Motcher #7

Merge branch 'main' of https://github.com/MotiCAT/Motcher

Merge branch 'main' of https://github.com/MotiCAT/Motcher #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js v18.x
uses: actions/setup-node@v2
with:
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run lint