Skip to content

Added ASF Image And Template Config #149

Added ASF Image And Template Config

Added ASF Image And Template Config #149

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npm test