Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Feb 4, 2025
1 parent 58c1799 commit f6df2d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
needs: validate
runs-on: ubuntu-latest
if: >
github.event_name == 'push' && github.repository ==
'testing-library/user-event' &&
github.event_name == 'push' &&
github.repository == 'testing-library/user-event' &&
contains('refs/heads/main,refs/heads/beta,refs/heads/alpha', github.ref)
steps:
- name: ⬇️ Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
'*.+(json|yml|yaml|css|less|scss|md|gql|graphql|mdx|vue)': [
'*.+(json|css|less|scss|md|gql|graphql|mdx|vue)': [
`kcd-scripts format`,
],
'*.+(js|jsx|mjs|cjs|ts|tsx|mts|cts)': [
Expand Down

0 comments on commit f6df2d5

Please sign in to comment.