Skip to content

Fix for nested config files on 11ty #34

Fix for nested config files on 11ty

Fix for nested config files on 11ty #34

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm install
- run: npm test