From 963bcff3fd2c9fbb6abdce96ec93702550306aa4 Mon Sep 17 00:00:00 2001 From: Sean Cassiere <33615041+SeanCassiere@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:28:15 +1200 Subject: [PATCH] ci: rename the primary job on the "pr" workflow from "lint-and-format" to "check" (#396) --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 73d22f37..177b8897 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,8 +7,8 @@ on: branches: [master] jobs: - lint-and-format: - name: lint-and-format + check: + name: check runs-on: ubuntu-latest steps: # This step uses the actions/checkout action to download a copy of your repository on the runner.