Skip to content

Allow to specify UID/GID for contributor container. Fixes #143. #267

Allow to specify UID/GID for contributor container. Fixes #143.

Allow to specify UID/GID for contributor container. Fixes #143. #267

Workflow file for this run

name: 'Shellcheck'
on:
push:
branches:
- main
pull_request:
branches:
- main
pull_request_target:
branches:
- main
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master