Skip to content

🐛 Bugfix: Unclickable CTA Button (#26) #56

🐛 Bugfix: Unclickable CTA Button (#26)

🐛 Bugfix: Unclickable CTA Button (#26) #56

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: yarn install
- name: Run eslint
run: yarn eslint:github-action