Skip to content

Remove extra path that's already being set in paths #21

Remove extra path that's already being set in paths

Remove extra path that's already being set in paths #21

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: shellcheck
uses: ludeeus/action-shellcheck@0.5.0
- name: pre-commit
uses: pre-commit/action@v2.0.0