aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-25 08:38:11 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-25 08:38:11 +0530
commit0a3576722cfaafabc28669f2380ab583186e9daa (patch)
tree62b61a3eb2bb3f984e2a94a35cac36151e10ed54 /.github/workflows
parentdocs: add langdon as a contributor for code [skip ci] (#135) (diff)
downloadferdium-recipes-0a3576722cfaafabc28669f2380ab583186e9daa.tar.gz
ferdium-recipes-0a3576722cfaafabc28669f2380ab583186e9daa.tar.zst
ferdium-recipes-0a3576722cfaafabc28669f2380ab583186e9daa.zip
eslint needs to be executed at the top-level to actually work
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 9a3533e..0fd768e 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -38,6 +38,6 @@ jobs:
38 run: pnpm i 38 run: pnpm i
39 - name: Check code style and formatting 39 - name: Check code style and formatting
40 if: ${{ github.event_name == 'pull_request' }} 40 if: ${{ github.event_name == 'pull_request' }}
41 run: pnpm lint && pnpm reformat-files 41 run: pnpm lint:fix && pnpm reformat-files
42 - name: Package recipes 42 - name: Package recipes
43 run: pnpm package 43 run: pnpm package