diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e4c699..675748f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ on: jobs: tests: runs-on: ubuntu-latest - name: 'Lint' + name: 'Tests' steps: - name: Checkout code uses: actions/checkout@v4