Skip to content

Add /etc/apt/keyrings if not exist (#124) #152

Add /etc/apt/keyrings if not exist (#124)

Add /etc/apt/keyrings if not exist (#124) #152

Workflow file for this run

name: 'ShellCheck'
on: [push, pull_request]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2317