Skip to content

Merge pull request #120 from millicast/bugfix/navigate-to-user-input-… #63

Merge pull request #120 from millicast/bugfix/navigate-to-user-input-…

Merge pull request #120 from millicast/bugfix/navigate-to-user-input-… #63

Workflow file for this run

name: Continuous Integration Checks
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
Run-Checks:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install modules
run: yarn
- name: Run lint
run: |
yarn run lint