Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/prettier-3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Oct 11, 2023
2 parents 733b31f + 464500f commit a475ccc
Show file tree
Hide file tree
Showing 12 changed files with 482 additions and 411 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Set default behavior to automatically convert line endings
* text=auto eol=lf
2 changes: 1 addition & 1 deletion .github/workflows/check-linked-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
name: Check linked issues
steps:
- uses: nearform/github-action-check-linked-issues@v1
- uses: nearform-actions/github-action-check-linked-issues@v1
id: check-linked-issues
with:
github-token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify release
uses: nearform/github-action-notify-release@v1
uses: nearform-actions/github-action-notify-release@v1
with:
github-token: ${{ github.token }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Setting action build runtime
uses: actions/setup-node@v3
with:
node-version: 16
- uses: nearform/optic-release-automation-action@v4
node-version: 20
- uses: nearform-actions/optic-release-automation-action@v4
with:
github-token: ${{ github.token }}
semver: ${{ github.event.inputs.semver }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules/
.idea
.nyc_output
.tap/
4 changes: 4 additions & 0 deletions .taprc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
files:
- test/**/*.test.js

show-full-coverage: true
26 changes: 13 additions & 13 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit a475ccc

Please sign in to comment.