Skip to content

Commit

Permalink
any lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed May 12, 2020
1 parent 004c141 commit 5816897
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
---
name: Linting
#This is a workflow for linting
# This is a workflow for linting

on:
# Triggered on Push for all branches
push:
branches:
- '*'
# On change to workflow, README, CHANGELOG
# On change to workflow, README, CHANGELOG, yaml
paths:
- '.github/workflows/linting.yaml*'
- '.github/workflows/linting.yaml'
- '.github/markdown_lint.yaml'
- 'README.md'
- 'CHANGELOG.md'
- '*.yaml'
# Triggered on PR for all branches, any file
pull_request:
branches:
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ repos:
rev: v1.23.0
hooks:
- id: yamllint
args: ['-d {extends: default, rules: {line-length: disable}}']

0 comments on commit 5816897

Please sign in to comment.