1
mirror of https://github.com/jakejarvis/simple-anchor.git synced 2026-06-25 02:36:00 -04:00

initial commit 🎉

This commit is contained in:
2021-08-30 13:24:15 -04:00
commit 057a3f87b1
10 changed files with 4509 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
name: CI
on: [push, pull_request]
jobs:
test:
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
- run: yarn build