Skip to content

Commit 5cef913

Browse files
chore: sync files with beam-community/common-config
1 parent ad8b43d commit 5cef913

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.formatter.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is synced with beam-community/common-config. Any changes will be overwritten.
22

33
[
4-
import_deps: [],
4+
import_deps: [:phoenix, :plug],
55
inputs: ["*.{heex,ex,exs}", "{config,lib,priv,test}/**/*.{heex,ex,exs}"],
66
line_length: 120,
77
plugins: []

.github/workflows/common-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: stordco/actions-elixir/setup@v1
3939
with:
4040
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
41-
elixir-version: "1.15"
41+
elixir-version: "1.16"
4242
otp-version: "26.0"
4343

4444
- name: Sync

.github/workflows/pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313

1414
jobs:
1515
Title:
16+
permissions:
17+
pull-requests: read
18+
1619
if: ${{ github.event_name == 'pull_request' }}
1720
name: Check Title
1821
runs-on: ubuntu-latest

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
steps:
1515
- id: release
1616
name: Release
17-
uses: google-github-actions/release-please-action@v4
17+
uses: googleapis/release-please-action@v4
1818
with:
19-
command: manifest
2019
config-file: .github/release-please-config.json
2120
manifest-file: .github/release-please-manifest.json
2221
release-type: elixir

0 commit comments

Comments
 (0)