Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Jul 17, 2024
1 parent 8e9c2df commit d0daf6a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:

- run: npm install
- run: npm run build
- run: npm test
- run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Add Amaro package archive to GitHub release
run: gh release upload ${{ needs.release-please.outputs.release_tag }} amaro.tgz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
.vscode
node_modules
dist
package-lock.json
package-lock.json
2 changes: 1 addition & 1 deletion tools/update-swc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ echo "$ git commit -m \"deps: update swc to $NEW_VERSION\""
echo ""
# The last line of the script should always print the new version,
# as we need to add it to $GITHUB_ENV variable.
echo "NEW_VERSION=$NEW_VERSION"
echo "NEW_VERSION=$NEW_VERSION"

0 comments on commit d0daf6a

Please sign in to comment.