Skip to content

Update security_contact.yaml #50

Update security_contact.yaml

Update security_contact.yaml #50

Workflow file for this run

name: CI
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run lint
run: docker-compose run --rm lint
- name: Run shellcheck
run: docker-compose run --rm shellcheck