we dont actually need lint
This commit is contained in:
parent
a82a2b4026
commit
d45e139fb2
1 changed files with 0 additions and 33 deletions
33
.github/workflows/lint.yml
vendored
33
.github/workflows/lint.yml
vendored
|
|
@ -1,33 +0,0 @@
|
||||||
name: Lint
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- '*'
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
run-linters:
|
|
||||||
name: Run linters
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Check out Git repository
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Set up Node.js
|
|
||||||
uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: 18
|
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2
|
|
||||||
with:
|
|
||||||
version: latest
|
|
||||||
|
|
||||||
- name: Install Node.js dependencies
|
|
||||||
run: pnpm install
|
|
||||||
|
|
||||||
- name: Run linters
|
|
||||||
run: pnpm run lint
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue