initial commit 🎉

This commit is contained in:
2021-08-03 10:30:10 -04:00
commit 738f9098fe
12 changed files with 1178 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
- run: yarn install --frozen-lockfile
- run: yarn lint