Skip to content

docs: Add 2024-03-21 meeting notes (#494) #373

docs: Add 2024-03-21 meeting notes (#494)

docs: Add 2024-03-21 meeting notes (#494) #373

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint Files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install dependencies
run: npm install
- name: Lint Files
run: npm run lint