Skip to content

Commit

Permalink
ci: gha lint
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
  • Loading branch information
aluzzardi committed Oct 5, 2021
1 parent 4cce3de commit 541d377
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
lint:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
--health-start-period 5s
--health-timeout 5s
--health-interval 5s
--health-retries 10
--health-retries 10
steps:
- name: Check out
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
--health-start-period 5s
--health-timeout 5s
--health-interval 5s
--health-retries 10
--health-retries 10
steps:
- name: Check out
Expand Down

0 comments on commit 541d377

Please sign in to comment.