Skip to content

Commit

Permalink
ci: run daily against latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jan 18, 2024
1 parent 5d4fb20 commit 4354de1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI
on:
pull_request:
push:
schedule:
- cron: '0 0 * * *'

jobs:
main:
Expand All @@ -25,6 +27,8 @@ jobs:
with:
otp-version: ${{matrix.otp_version}}
elixir-version: ${{matrix.elixir_version}}
- run: mix deps.unlock --all
if: ${{ github.event_name == 'schedule' }}
- run: mix deps.get
- run: mix format --check-formatted
if: ${{ matrix.lint }}
Expand Down

0 comments on commit 4354de1

Please sign in to comment.