Skip to content

bin/freight-cache: don't quote the FIND_L variable #64

bin/freight-cache: don't quote the FIND_L variable

bin/freight-cache: don't quote the FIND_L variable #64

Workflow file for this run

name: freight-tests
on: [push, pull_request]
jobs:
perform-bash-ci:
runs-on: ubuntu-latest
env:
GPG_TTY: $(tty)
steps:
- uses: actions/checkout@v2
- run: find bin lib -type f | xargs shellcheck -s sh
- run: make check