Skip to content

add devcontainer

add devcontainer #18

Workflow file for this run

name: Lint Test
on: [push]
jobs:
Lint-And-Test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Lint and test
run: |
npm install
npm run lint
npm run test
- run: echo "Winner winner 🐓 dinner"