Skip to content

Fix #4 by always pulling the main branch #24

Fix #4 by always pulling the main branch

Fix #4 by always pulling the main branch #24

Workflow file for this run

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