From d0daf6a2ff10a9634d24fc46441ad435e87ca8b7 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Wed, 17 Jul 2024 14:51:40 +0200 Subject: [PATCH] chore: linting --- .github/dependabot.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- .gitignore | 2 +- tools/update-swc.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f800b8d9d..0a892c5d8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a1e63b26..2b7b9e324 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,4 +34,4 @@ jobs: - run: npm install - run: npm run build - - run: npm test \ No newline at end of file + - run: npm test diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 56525ead3..dc57698ed 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore index 9aac17cc4..dc8646d8c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ .vscode node_modules dist -package-lock.json \ No newline at end of file +package-lock.json diff --git a/tools/update-swc.sh b/tools/update-swc.sh index 837447375..0445937b9 100755 --- a/tools/update-swc.sh +++ b/tools/update-swc.sh @@ -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" \ No newline at end of file +echo "NEW_VERSION=$NEW_VERSION"