Skip to content

Merge pull request #78 from CodeWithAloha/update-contributors-json-bot #200

Merge pull request #78 from CodeWithAloha/update-contributors-json-bot

Merge pull request #78 from CodeWithAloha/update-contributors-json-bot #200

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
- run: npm ci
- run: npm run lint:ci
- run: npm run build