Skip to content

fix: prevent title from being passed to the button element #10

fix: prevent title from being passed to the button element

fix: prevent title from being passed to the button element #10

Workflow file for this run

name: "CI"
on:
pull_request:
branches:
- "**"
env:
FORCE_COLOR: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/npm-install
- run: npm run lint
check-types:
name: Check types
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/npm-install
- run: npm run check-types
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/npm-install
- run: npm run build && npm run lint-package