Skip to content

Merge pull request #139 from yegorich/freight-cache-fixes #65

Merge pull request #139 from yegorich/freight-cache-fixes

Merge pull request #139 from yegorich/freight-cache-fixes #65

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