Skip to content

Merge pull request #75 from LabKey/fb_remove_graal_bits #188

Merge pull request #75 from LabKey/fb_remove_graal_bits

Merge pull request #75 from LabKey/fb_remove_graal_bits #188

Workflow file for this run

---
name: Github Action
on:
push:
branches:
- develop
pull_request:
branches:
- develop
workflow_dispatch:
jobs:
self:
name: lint actions config
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# https://github.com/karancode/yamllint-github-action
- name: yamllint
uses: karancode/yamllint-github-action@master
with:
yamllint_file_or_dir: .github/workflows/*.yml
yamllint_config_filepath: .yamllint
yamllint_strict: false
yamllint_comment: true
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
labkey-lint:
name: labkey-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# https://github.com/luizm/action-sh-checker
- name: shfmt & shellcheck
uses: luizm/action-sh-checker@v0.3.0
with:
sh_checker_exclude: test/shunit2 install-wcp.bash
sh_checker_comment: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHFMT_OPTS: -s -i 2
SHELLCHECK_OPTS: -x install-labkey.bash -x test/helpers.sh
labkey-test:
name: labkey-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: shunit2
uses: sudo-bot/action-shunit2@latest
with:
cli: test/runner.sh labkey
wcp-lint:
name: wcp-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# https://github.com/luizm/action-sh-checker
- name: shfmt & shellcheck
uses: luizm/action-sh-checker@v0.3.0
with:
sh_checker_exclude: test/shunit2 install-wcp.bash
sh_checker_comment: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHFMT_OPTS: -s -i 2
SHELLCHECK_OPTS: -x install-wcp.bash -x test/helpers.sh
wcp-test:
name: wcp-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: shunit2
uses: sudo-bot/action-shunit2@latest
with:
cli: test/runner.sh wcp