use a tag to open share url #33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linter | |
on: [pull_request, push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/[email protected] | |
with: | |
node-version: '18' | |
- uses: pnpm/[email protected] | |
with: | |
version: 8 | |
- name: Install dependency | |
run: pnpm install | |
- name: Build | |
run: pnpm lint:fix |