From b436132865fab8e70ae3a1fa8f10f88ec4abd599 Mon Sep 17 00:00:00 2001 From: Bharat Middha <5100938+bmiddha@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:37:44 -0700 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Deno=20v2=20(#51)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update ci.yml --- .github/labels.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 28 ++++++++++++++-------------- README.md | 2 +- action.yml | 2 +- 5 files changed, 18 insertions(+), 18 deletions(-) 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/ci.yml b/.github/workflows/ci.yml index df2b587..f40ea1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Deno 🔧 uses: denoland/setup-deno@v2 with: - deno-version: v1.x + deno-version: v2.x - name: Run linters and formatter checks 🚨 run: | 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