Skip to content

Merge pull request #130 from yegorich/shell-fixes #44

Merge pull request #130 from yegorich/shell-fixes

Merge pull request #130 from yegorich/shell-fixes #44

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