Skip to content

chore: add more docker tutorial #25

chore: add more docker tutorial

chore: add more docker tutorial #25

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