Skip to content

Commit

Permalink
lets do it again
Browse files Browse the repository at this point in the history
  • Loading branch information
SammCheese committed May 14, 2023
1 parent 5198153 commit 6a17d1c
Show file tree
Hide file tree
Showing 3 changed files with 648 additions and 642 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
name: Lint

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
push:
branches:
- "*"
pull_request:
branches:
- "*"

jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
run-linters:
name: Run linters
runs-on: ubuntu-latest

steps:
- name: Check out Git repository
uses: actions/checkout@v2
steps:
- name: Check out Git repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20

- uses: pnpm/action-setup@v2
with:
version: latest
- uses: pnpm/action-setup@v2
with:
version: latest

- name: Install Node.js dependencies
run: pnpm install
- name: Install Node.js dependencies
run: pnpm install

- name: Run linters
run: pnpm run lint
- name: Run linters
run: pnpm run lint
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
with:
Expand Down
Loading

0 comments on commit 6a17d1c

Please sign in to comment.