mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-22 22:56:07 +00:00
Allow for latest 100 rebar3 versions when fetching from GitHub (#42)
This commit is contained in:
committed by
GitHub
parent
e332dc64ad
commit
11d59b146c
@@ -20,13 +20,13 @@ jobs:
|
||||
node-version: '12'
|
||||
- run: npm install -g npm
|
||||
- run: npm install
|
||||
- run: npm run format
|
||||
- run: npm run build
|
||||
- run: npm install -g markdownlint-cli
|
||||
- run: npm run markdownlint
|
||||
- run: npm run shellcheck
|
||||
- run: npm run yamllint
|
||||
- run: npm run jslint
|
||||
- run: npm run licenses
|
||||
- run: npm run build
|
||||
- run: npm run format
|
||||
- name: Check if build left artifacts
|
||||
run: git diff --exit-code
|
||||
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
os: 'ubuntu-16.04'
|
||||
- elixir-version: 'v1.4'
|
||||
otp-version: '20'
|
||||
rebar3-version: '3.11'
|
||||
rebar3-version: '3.6.0'
|
||||
os: 'ubuntu-18.04'
|
||||
- elixir-version: 'v1.4'
|
||||
otp-version: '20'
|
||||
|
||||
Reference in New Issue
Block a user