Skip to content

DM-48542: Update jenkins to exclude paulprice from getting notifications #962

DM-48542: Update jenkins to exclude paulprice from getting notifications

DM-48542: Update jenkins to exclude paulprice from getting notifications #962

Workflow file for this run

name: Lint YAML Files
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install
run: pip install yamllint
- name: Run linter
run: yamllint .