diff --git a/.github/labels.yml b/.github/labels.yml index 6008f55..1f0822d 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -73,4 +73,4 @@ - # wontfix name: ":coffin: wontfix" color: "ffffff" - description: "" \ No newline at end of file + description: "" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8566252..f5cc16e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,11 +2,11 @@ name: "CodeQL" on: push: - branches: [ main ] + branches: [main] pull_request: - branches: [ main ] + branches: [main] schedule: - - cron: '13 16 * * 5' + - cron: "13 16 * * 5" jobs: analyze: @@ -20,18 +20,18 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'javascript' ] + language: ["javascript"] steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - submodules: recursive + - name: Checkout repository + uses: actions/checkout@v4 + with: + submodules: recursive - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: ${{ matrix.language }} + - name: Initialize CodeQL + uses: github/codeql-action/init@v3 + with: + languages: ${{ matrix.language }} - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 \ No newline at end of file + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v3 diff --git a/README.md b/README.md index 1f48f26..b56c532 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ name: calsync on: schedule: - - cron: '0 * * * *' # hourly + - cron: "0 * * * *" # hourly workflow_dispatch: jobs: diff --git a/action.yml b/action.yml index 21252e5..f553e2d 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'calsync' +name: "calsync" inputs: discord-guild-id: required: true