Skip to content

Commit 6bea0e1

Browse files
chore: sync files with beam-community/common-config (#825)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1bd96dc commit 6bea0e1

2 files changed

Lines changed: 26 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ jobs:
3131
uses: actions/checkout@v6
3232

3333
- name: Setup Elixir
34-
uses: stordco/actions-elixir/setup@v1
34+
uses: erlef/setup-beam@v1
3535
with:
3636
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
37+
elixir-version: "1.19"
38+
otp-version: "27.0"
39+
40+
- run: mix deps.get
3741

3842
- name: Credo
3943
run: mix credo --strict
@@ -46,9 +50,13 @@ jobs:
4650
uses: actions/checkout@v6
4751

4852
- name: Setup Elixir
49-
uses: stordco/actions-elixir/setup@v1
53+
uses: erlef/setup-beam@v1
5054
with:
5155
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
56+
elixir-version: "1.19"
57+
otp-version: "27.0"
58+
59+
- run: mix deps.get
5260

5361
- name: Unused
5462
run: mix deps.unlock --check-unused
@@ -61,9 +69,13 @@ jobs:
6169
uses: actions/checkout@v6
6270

6371
- name: Setup Elixir
64-
uses: stordco/actions-elixir/setup@v1
72+
uses: erlef/setup-beam@v1
6573
with:
6674
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
75+
elixir-version: "1.19"
76+
otp-version: "27.0"
77+
78+
- run: mix deps.get
6779

6880
- name: Dialyzer
6981
run: mix dialyzer --format github
@@ -76,9 +88,13 @@ jobs:
7688
uses: actions/checkout@v6
7789

7890
- name: Setup Elixir
79-
uses: stordco/actions-elixir/setup@v1
91+
uses: erlef/setup-beam@v1
8092
with:
8193
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
94+
elixir-version: "1.19"
95+
otp-version: "27.0"
96+
97+
- run: mix deps.get
8298

8399
- name: Format
84100
run: mix format --check-formatted
@@ -94,9 +110,13 @@ jobs:
94110
uses: actions/checkout@v6
95111

96112
- name: Setup Elixir
97-
uses: stordco/actions-elixir/setup@v1
113+
uses: erlef/setup-beam@v1
98114
with:
115+
elixir-version: "1.19"
99116
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
117+
otp-version: "27.0"
118+
119+
- run: mix deps.get
100120

101121
- name: Compile
102122
run: mix compile --warnings-as-errors

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Check
25-
uses: stordco/actions-pr-title@v1.0.0
25+
uses: beam-community/actions-pr-title@v1.0.0
2626
with:
2727
regex: '^(refactor!|feat!|fix!|refactor|fix|feat|chore)(\(\w+\))?:\s(\[#\d{1,5}\])?.*$'
2828
hint: |

0 commit comments

Comments
 (0)