Skip to content

Commit

Permalink
chore: update pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarogfn committed Apr 17, 2024
1 parent 64f6be5 commit 117eb03
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
PNPM_VERSION:
description: 'The version of PNPM to use'
required: true
default: '8.x'
default: '9.x'
runs:
using: composite
steps:
Expand Down
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ updates:
time: '06:00'
open-pull-requests-limit: 5
versioning-strategy: increase
groups:
all-minor-updates:
update-types: ['minor', 'patch']
13 changes: 0 additions & 13 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,6 @@ jobs:
code:
- '**.js'
- '**.ts'
- '**.tsx'
- '**.jsx'
- '**.mjs'
- '**.cjs'
style:
- '**.scss'
- '**.css'
- name: Run stylelint in scss files
if: steps.changed-files.outputs.style_any_changed == 'true'
env:
files: ${{ steps.changed-files.outputs.style_all_changed_files }}
run: pnpm exec stylelint $files --allow-empty-input
- name: Run eslint in code files
if: steps.changed-files.outputs.code_any_changed == 'true'
Expand Down

0 comments on commit 117eb03

Please sign in to comment.