diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 35aa1ac..7e4ae0f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -25,7 +25,7 @@ jobs: - run: make test lint: - name: Lint code + name: Code Lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -37,7 +37,7 @@ jobs: - run: make lint typecheck: - name: Check types + name: Types runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0cb5d1..620e4a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,14 +23,14 @@ jobs: run: npm install checks: - name: Checks + name: Check needs: [install] uses: ./.github/workflows/checks.yml # The security job can't run on pull requests opened from forks because # Github doesn't pass down the SNYK_TOKEN environment variable. security: - name: Check security + name: Check Security needs: [install] runs-on: ubuntu-latest steps: