Skip to content

Update 2025 6 23

Update 2025 6 23 #104

Workflow file for this run

name: Pull Request Action
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
persist-credentials: false
- uses: erlef/setup-elixir@v1
with:
otp-version: '24.2'
elixir-version: '1.13.2'
- run: |
mix deps.get
mix format --check-formatted