Skip to content

Commit

Permalink
Create housekeeping-format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene authored Jan 16, 2024
1 parent 1058b6b commit db7f027
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/housekeeping-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "Housekeeping"
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master

jobs:
test:
name: "mix format"
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.0
- run: mix deps.get
- run: mix compile
- run: ./test/check_formatted.sh

0 comments on commit db7f027

Please sign in to comment.