Skip to content

Enable to add extra labels to generate_privacy_protected_models #104

Enable to add extra labels to generate_privacy_protected_models

Enable to add extra labels to generate_privacy_protected_models #104

Workflow file for this run

name: Lint resources
on:
pull_request:
paths:
- "**/*.sh"
- "**/*.yml"
jobs:
check-style:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v2
- name: lint-bash
run: |
sudo apt-get install -y shellcheck
bash ./ci/lint_bash.sh
- name: lint-yaml
run: |
sudo apt-get install -y yamllint
bash ./ci/lint_yaml.sh