Skip to content

Commit

Permalink
Merge branch 'main' into feat/new-py-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario-DC authored Apr 16, 2024
2 parents eca461e + 970713f commit 6d0947d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

# White space is important in code examples so we don't want to trim it
[lib/__fixtures__/curriculum-helpers-javascript.ts]
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: psf/black@552baf822992936134cbd31a38f69c8cfe7c0f05 # v24.3.0
- uses: psf/black@8fe627072f15ff2e3d380887b92f7868efaf6d05 # 24.4.0

tests:
name: "Node CI"
Expand Down

0 comments on commit 6d0947d

Please sign in to comment.