Skip to content

Commit

Permalink
switch to reusable yamllint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen authored and timj committed Mar 9, 2023
1 parent be6223a commit 980ecf2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 24 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Lint YAML Files

on:
push:
branches:
- main
pull_request:

jobs:
call-workflow:
uses: lsst/rubin_workflows/.github/workflows/yamllint.yaml@main
24 changes: 0 additions & 24 deletions .github/workflows/yamllint.yml

This file was deleted.

0 comments on commit 980ecf2

Please sign in to comment.