Skip to content

Commit

Permalink
Starting fixing up warnings in linter.yml generated by super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
J-The-Fox authored Dec 6, 2024
1 parent 95788cc commit 358e64a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Workflow to lint and format code using super-linter
#
# https://github.com/github/super-linter

---
name: Linting and Formatting

on:
push:
branches: [ "workflow-testing" ] # Change to "main" when merged
branches: ["workflow-testing"] # Change to "main" when merged
pull_request:
branches: [ "workflow-testing" ] # Change to "main" when merged
branches: ["workflow-testing"] # Change to "main" when merged

jobs:
super-linter:
Expand Down

0 comments on commit 358e64a

Please sign in to comment.