Skip to content

Add util for getting sharing URL (which the current state in the hash… #148

Add util for getting sharing URL (which the current state in the hash…

Add util for getting sharing URL (which the current state in the hash… #148

Workflow file for this run

name: Lint code
on:
push:
branches:
- "**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
env:
CI_RUN: true
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-runner
- run: pnpm lint:styles