Cleaned up repo inital templated repo

This commit is contained in:
Joe Grigg
2025-05-27 16:27:34 +01:00
parent 15599cd83d
commit efe8131c4f
8 changed files with 1 additions and 3686 deletions

View File

@@ -1,23 +0,0 @@
name: Test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 16, 18 ]
env:
FORCE_COLOR: 1
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: yarn
- run: yarn test