Skip to content

Use the new rbenv init to set up the user's shell (#50) #27

Use the new rbenv init to set up the user's shell (#50)

Use the new rbenv init to set up the user's shell (#50) #27

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Shellcheck
run: |
set -o pipefail
shellcheck -s bash bin/* -f json1 | \
jq -r '.comments[] | "::error file=\(.file),line=\(.line),col=\(.column)::SC\(.code): \(.message | gsub("\n"; " "))"'