diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4abcdc4..3c70102 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ # https://github.com/actions-rs/example/blob/master/.github/workflows/quickstart.yml on: push: - branches: [ 'main', 'develop' ] + branches: ["main", "develop"] pull_request: - branches: [ 'main', 'develop' ] + branches: ["main", "develop"] name: CI @@ -66,7 +66,6 @@ jobs: env: DATABASE_URL: postgres://postgres:postgres@localhost:5432/rust_todo_api_dev - lints: name: Lints runs-on: ubuntu-latest