diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c2c2f4ada9..ecc6e821e37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,12 +15,12 @@ jobs: strategy: matrix: task: - - ci:check + - ci:lint - ci:test steps: - uses: actions/checkout@v4 - uses: denoland/setup-deno@v1 - - run: deno task btr ${{ matrix.task }} + - run: deno task make ${{ matrix.task }} # GitHub CodeQL analysis analyze: @@ -69,4 +69,4 @@ jobs: with: context: . tags: ghcr.io/${{ github.repository }}:v4 - push: ${{ github.event_name == 'push' }} \ No newline at end of file + push: ${{ github.event_name == 'push' }} diff --git a/deno.jsonc b/deno.jsonc index b7581762dbe..57e98ffa046 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -199,6 +199,10 @@ } } }, + "ci:lint": { + "description": "🤖 Lint code (CI)", + "task": "deno task make lint" // --check + }, "ci:test": { "description": "🤖 Build container and run tests and coverage inside the image (CI)", "task": [