diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index d7c8e80..5f4ea34 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -8,10 +8,11 @@ on: - main jobs: - test: + lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Lint - run: echo "Linting..." \ No newline at end of file + - name: Checkout + uses: actions/checkout@v4 + - name: Lint + run: echo "Linting..." \ No newline at end of file