Skip to content

Commit

Permalink
chore: update GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Feb 6, 2024
1 parent 93a9bd8 commit 2f2464e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/bad-link-reporter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GitHub Actions workflow for Baler (BAd Link reportER) version 2.0.0.
# GitHub Actions workflow for Baler (BAd Link reportER) version 2.0.2.
# This is available as the file "sample-workflow.yml" from the source
# code repository for Baler: https://github.com/caltechlibrary/baler

Expand All @@ -7,8 +7,9 @@ name: Bad Link Reporter
# Configure this section ─────────────────────────────────────────────

env:
# Files examined by the workflow:
files: '*.md'
# Files to check. (Put patterns on separate lines, no leading dash.)
files: |
**/*.md
# Label assigned to issues created by this workflow:
labels: bug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# License: Modified BSD 3-clause – see file "LICENSE" in the project website.
# Website: https://github.com/caltechlibrary/template

name: YAMLlint
name: YAML file linter

on:
pull_request:
Expand Down

0 comments on commit 2f2464e

Please sign in to comment.