Skip to content

create local ref when fetching #182

create local ref when fetching

create local ref when fetching #182

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run linter
run: |
docker-compose run --rm lint
docker run --rm -v "$PWD:/mnt" koalaman/shellcheck:stable hooks/*