Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Add a teardown pipeline #69

Add a teardown pipeline

Add a teardown pipeline #69

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
container: node:18.16.0
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Run Linter
run: |
npm ci
npm run lint