Skip to content

Commit

Permalink
style: format ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
litsynp committed Apr 20, 2024
1 parent bec8933 commit b3a619a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -66,7 +66,6 @@ jobs:
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/rust_todo_api_dev


lints:
name: Lints
runs-on: ubuntu-latest
Expand Down

0 comments on commit b3a619a

Please sign in to comment.