Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Aug 17, 2024
1 parent 5bfb91f commit 3a7ca00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code Scanning
name: Code scanning

on:
push:
Expand All @@ -12,5 +12,5 @@ on:

jobs:
codeql:
name: CodeQL
name: Analysis
uses: sapphiredev/.github/.github/workflows/reusable-codeql.yml@main
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Integration
name: CI

on:
push:
Expand All @@ -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:
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules/
.vs/
.idea/
*.iml
.tsup/

# Yarn files
.yarn/install-state.gz
Expand Down

0 comments on commit 3a7ca00

Please sign in to comment.