Skip to content

Remove log statement #23

Remove log statement

Remove log statement #23

Workflow file for this run

name: "Check that parcel can build file and lint works"
on: "push"
jobs:
unit_test-lint:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- run: |
yarn
yarn eslint
yarn parcel build