You've already forked simple-anchor
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:
@@ -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
|
||||
Reference in New Issue
Block a user