Skip to content

Revert "Update LICENSE" #19

Revert "Update LICENSE"

Revert "Update LICENSE" #19

Workflow file for this run

name: Test
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint
uses: hadolint/[email protected]
with:
dockerfile: ./dockerfile
failure-threshold: warning
- uses: actions/setup-node@v2
- name: Build
run: |
npm ci
npm run build