Skip to content

Commit

Permalink
Stylistict change from running prettier in other than src/
Browse files Browse the repository at this point in the history
  • Loading branch information
joris974 committed Dec 12, 2024
1 parent 8a6e2a5 commit e6a1a4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: yarn
node-version-file: '.nvmrc'
node-version-file: ".nvmrc"
- run: yarn install
- run: yarn build
- run: yarn test --passWithNoTests

integration:
runs-on: ubuntu-latest
permissions: {}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mergeabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
schedule:
- cron: "0 0 * * *"

permissions:
contents: write
pull-requests: write # so we add comment from Dependabot
Expand Down
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
preset: "ts-jest",
testEnvironment: "node",
};

0 comments on commit e6a1a4d

Please sign in to comment.