Skip to content

feat: add transition props in Picture, and restricted use on Hero #64

feat: add transition props in Picture, and restricted use on Hero

feat: add transition props in Picture, and restricted use on Hero #64

Workflow file for this run

name: PullRequest CI
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Install Node.js and dependencies
uses: ./.github/actions/setupNode
- name: Lint
run: npm run lint
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Install Node.js and dependencies
uses: ./.github/actions/setupNode
- name: Typecheck
run: npm run typecheck