mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-22 22:56:07 +00:00
Minor maintenance updates (#336)
This commit is contained in:
committed by
GitHub
parent
220876a6da
commit
e1b020163b
@@ -52,6 +52,16 @@ jobs:
|
||||
- name: Check if build left artifacts
|
||||
run: git diff --exit-code --ignore-space-at-eol
|
||||
|
||||
check_action:
|
||||
name: Action
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref != 'refs/heads/main'
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: raven-actions/actionlint@v2
|
||||
|
||||
unit_tests_ubuntu:
|
||||
name: Unit tests (Ubuntu)
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -64,6 +64,8 @@ jobs:
|
||||
rebar3-version: '3.18.0'
|
||||
os: 'macos-latest'
|
||||
version-type: 'strict'
|
||||
escript_packages: 'hex protobuf'
|
||||
escript_script: 'protoc-gen-elixir --version'
|
||||
- otp-version: 'latest'
|
||||
rebar3-version: 'latest'
|
||||
os: 'macos-latest'
|
||||
@@ -132,6 +134,6 @@ jobs:
|
||||
- run: env
|
||||
- name: Check environment variables
|
||||
run: |
|
||||
${INSTALL_DIR_FOR_ELIXIR}/bin/elixir -v
|
||||
${INSTALL_DIR_FOR_OTP}/bin/erl -version
|
||||
${INSTALL_DIR_FOR_REBAR3}/bin/rebar3 version
|
||||
"${INSTALL_DIR_FOR_ELIXIR}"/bin/elixir -v
|
||||
"${INSTALL_DIR_FOR_OTP}"/bin/erl -version
|
||||
"${INSTALL_DIR_FOR_REBAR3}"/bin/rebar3 version
|
||||
|
||||
@@ -160,7 +160,7 @@ jobs:
|
||||
- run: env
|
||||
- name: Check environment variables
|
||||
run: |
|
||||
${INSTALL_DIR_FOR_ELIXIR}/bin/elixir -v
|
||||
${INSTALL_DIR_FOR_GLEAM}/bin/gleam --version
|
||||
${INSTALL_DIR_FOR_OTP}/bin/erl -version
|
||||
${INSTALL_DIR_FOR_REBAR3}/bin/rebar3 version
|
||||
"${INSTALL_DIR_FOR_ELIXIR}"/bin/elixir -v
|
||||
"${INSTALL_DIR_FOR_GLEAM}"/bin/gleam --version
|
||||
"${INSTALL_DIR_FOR_OTP}"/bin/erl -version
|
||||
"${INSTALL_DIR_FOR_REBAR3}"/bin/rebar3 version
|
||||
|
||||
@@ -4,7 +4,7 @@ name: Update 3rd party licenses (automation)
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 12 * * *'
|
||||
workflow_dispatch:
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
update:
|
||||
|
||||
@@ -145,3 +145,4 @@ jobs:
|
||||
& "$Env:INSTALL_DIR_FOR_OTP/bin/erl.exe" "+V"
|
||||
& "$Env:INSTALL_DIR_FOR_REBAR3/bin/rebar3.cmd" "version"
|
||||
& "$Env:INSTALL_DIR_FOR_REBAR3/bin/rebar3.ps1" "version"
|
||||
shell: pwsh
|
||||
|
||||
Reference in New Issue
Block a user