ceph-csi/.github/workflows/lint-extras.yaml
Madhu Rajanna edf6abce99 ci: add github workflows for static checks
adding a github workflow to run static checks
inside a container.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-12-07 12:57:29 +05:30

16 lines
322 B
YAML

---
name: lint-extras
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
jobs:
lint-extras:
name: lint-extras
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: lint-extras
run: CONTAINER_CMD=docker make containerized-test TARGET=lint-extras