Skip to content

docs: add remaining class 1 hardening fixes to v0.1.0 changelog #1

docs: add remaining class 1 hardening fixes to v0.1.0 changelog

docs: add remaining class 1 hardening fixes to v0.1.0 changelog #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: X64
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: "27"
elixir-version: "1.18"
- uses: actions/cache@v4
with:
path: |
deps
_build
key: mix-${{ runner.os }}-${{ hashFiles('mix.lock') }}
- run: mix deps.get
- run: mix format --check-formatted
- run: mix test