Skip to content

Merge pull request #16 from CHProducts/dependabot/npm_and_yarn/pretti… #30

Merge pull request #16 from CHProducts/dependabot/npm_and_yarn/pretti…

Merge pull request #16 from CHProducts/dependabot/npm_and_yarn/pretti… #30

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