Update photos for Mr. Hannum and Kunal #45
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: lint | |
on: | |
push: | |
branches-ignore: gh-pages | |
pull_request: | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: pnpm/[email protected] | |
with: | |
version: 6.32.2 | |
- name: install | |
run: pnpm install --frozen-lockfile | |
#- name: svelte-check | |
# run: pnpm run check | |
- name: lint | |
run: pnpm run lint |