diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1dd0a6..e949b8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: branches: ['**'] jobs: - bar: + Lint and unit test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3