Skip to content

docs: add banner for readme #44

docs: add banner for readme

docs: add banner for readme #44

Workflow file for this run

name: main-check
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: Install dependencies
run: make install
- name: Fire linter
run: make lint