Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

- name: Resolve Playwright version
id: resolve-playwright-version
run: |

Check failure on line 49 in .github/workflows/erlang.yml

View workflow job for this annotation

GitHub Actions / Action Lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2250:style:7:29: Prefer putting braces around variable references even when not strictly required [shellcheck] Raw Output: e:.github/workflows/erlang.yml:49:9: shellcheck reported issue in this script: SC2250:style:7:29: Prefer putting braces around variable references even when not strictly required [shellcheck]

Check failure on line 49 in .github/workflows/erlang.yml

View workflow job for this annotation

GitHub Actions / Action Lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2250:style:7:15: Prefer putting braces around variable references even when not strictly required [shellcheck] Raw Output: e:.github/workflows/erlang.yml:49:9: shellcheck reported issue in this script: SC2250:style:7:15: Prefer putting braces around variable references even when not strictly required [shellcheck]

Check failure on line 49 in .github/workflows/erlang.yml

View workflow job for this annotation

GitHub Actions / Action Lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2250:style:3:10: Prefer putting braces around variable references even when not strictly required [shellcheck] Raw Output: e:.github/workflows/erlang.yml:49:9: shellcheck reported issue in this script: SC2250:style:3:10: Prefer putting braces around variable references even when not strictly required [shellcheck]
# Extract version from package.json devDependencies
version="$(grep -oP '(?<="@playwright/test": ")[^"]+' package.json)"
test -n "$version" || {
Expand Down Expand Up @@ -193,7 +193,7 @@
rebar3-${{ runner.os }}-

- name: Install inotify tools
uses: awalsh128/cache-apt-pkgs-action@2c09a5e66da6c8016428a2172bd76e5e4f14bb17 # v1.5.3
uses: awalsh128/cache-apt-pkgs-action@acb598e5ddbc6f68a970c5da0688d2f3a9f04d05 # v1.6.0
with:
packages: inotify-tools
version: 1.0
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
erlang 28.1
erlang 28.1.1
rebar 3.25.1
nodejs 22.20.0
nodejs 22.21.1
Loading