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 committed Jun 7, 2023
1 parent 5ad3b4b commit c172d43
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 c172d43

Please sign in to comment.