aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-10-09 22:31:51 +0200
committerVendicated <vendicated@riseup.net>2022-10-09 22:31:51 +0200
commit304bf4fe29fd76fd951d69dd364087c735bbbb16 (patch)
treedefad07e78e5ead2fab4688244ac7b693ebbb44c /.github
parent25a64ab6be0ad02008f57a518b9c6a874f5ea05d (diff)
downloadVencord-304bf4fe29fd76fd951d69dd364087c735bbbb16.tar.gz
Vencord-304bf4fe29fd76fd951d69dd364087c735bbbb16.tar.bz2
Vencord-304bf4fe29fd76fd951d69dd364087c735bbbb16.zip
Unignore lock file
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml34
1 files changed, 17 insertions, 17 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 4e0fa97..ded6687 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -7,21 +7,21 @@ on:
branches:
- main
jobs:
- Build:
- runs-on: ubuntu-latest
+ Build:
+ runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- - uses: pnpm/action-setup@v2 # Install pnpm using packageManager key in package.json
-
- - name: Use Node.js 18
- uses: actions/setup-node@v2
- with:
- node-version: 18
- cache: 'pnpm'
-
- - name: Install dependencies
- run: pnpm install
-
- - name: Build aliucord
- run: pnpm lint && pnpm build
+ steps:
+ - uses: actions/checkout@v3
+ - uses: pnpm/action-setup@v2 # Install pnpm using packageManager key in package.json
+
+ - name: Use Node.js 18
+ uses: actions/setup-node@v2
+ with:
+ node-version: 18
+ cache: "pnpm"
+
+ - name: Install dependencies
+ run: pnpm install --frozen-lockfile
+
+ - name: Build aliucord
+ run: pnpm lint && pnpm build