Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zenWai committed Dec 15, 2023
1 parent bc21551 commit b99362e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
analyze:
name: Analyze
name: Perform CodeQL Analysis
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
Expand All @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript-typescript' ]
language: ['javascript-typescript']

steps:
- name: Checkout repository
Expand All @@ -45,10 +45,10 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
category: '/language:${{matrix.language}}'

build-and-test:
name: Build Linter Formatting Tests
name: Build-Linter-Formatting-Tests
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit b99362e

Please sign in to comment.