Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

refactor: button component #193

refactor: button component

refactor: button component #193

Workflow file for this run

name: Lint Pull Request
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint