From 3a7ca001fac7a548305dc5b787a4de0f4f90798b Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Sat, 17 Aug 2024 12:35:17 +0200 Subject: [PATCH] ci: update workflows --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/continuous-integration.yml | 12 ++++++------ .gitignore | 1 + 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7ef6391b..bad2e0e8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,4 +1,4 @@ -name: Code Scanning +name: Code scanning on: push: @@ -12,5 +12,5 @@ on: jobs: codeql: - name: CodeQL + name: Analysis uses: sapphiredev/.github/.github/workflows/reusable-codeql.yml@main diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index f63fa67a..1a34eb9d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -1,4 +1,4 @@ -name: Continuous Integration +name: CI on: push: @@ -11,12 +11,12 @@ jobs: name: Linting uses: sapphiredev/.github/.github/workflows/reusable-lint.yml@main - building: + build: name: Building uses: sapphiredev/.github/.github/workflows/reusable-build.yml@main - typechecking: - name: Typechecking + typecheck: + name: Typecheck node uses: sapphiredev/.github/.github/workflows/reusable-typecheck.yml@main ValidateTags: @@ -25,8 +25,8 @@ jobs: with: script-name: validate-tags - UnitTesting: - name: Unit Tests + test: + name: Tests uses: sapphiredev/.github/.github/workflows/reusable-tests.yml@main with: enable-sonar: true diff --git a/.gitignore b/.gitignore index ccc21ca9..2b03a994 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ node_modules/ .vs/ .idea/ *.iml +.tsup/ # Yarn files .yarn/install-state.gz