Skip to content

Share button and info modal completed [ WIP ] #18

Share button and info modal completed [ WIP ]

Share button and info modal completed [ WIP ] #18

Workflow file for this run

name: Linter
on:
pull_request:
jobs:
code-linter:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout repo code
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Run linter
run: npm run lint