Skip to content

Bump webpack from 4.4.0 to 5.94.0 in /assets #245

Bump webpack from 4.4.0 to 5.94.0 in /assets

Bump webpack from 4.4.0 to 5.94.0 in /assets #245

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
test:
env:
MIX_ENV: test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: 24.3.3
elixir-version: 1.13.4
- run: mix deps.get
- run: mix format --check-formatted
- run: mix deps.unlock --check-unused
- run: MIX_ENV=test mix compile --warnings-as-errors
- run: mix test