Skip to content

Bump phoenix_live_view from 0.20.3 to 0.20.4 #78

Bump phoenix_live_view from 0.20.3 to 0.20.4

Bump phoenix_live_view from 0.20.3 to 0.20.4 #78

Workflow file for this run

name: CI
on:
push:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: '25.1.1'
elixir-version: '1.14.1'
- name: Install Dependencies
run: mix deps.get
- name: Check Formatting
run: mix format --check-formatted
- name: Run Tests
run: mix test