Skip to content

Commit

Permalink
ci(workflow): add lint-kebab-file
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Mar 8, 2024
1 parent ee0b20e commit 9d4c211
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Lint

on:
push:
branches: [ main ]
branches: [main]

pull_request:
branches: [ main ]
branches: [main]

workflow_dispatch:

Expand Down Expand Up @@ -58,6 +58,23 @@ jobs:
env:
SOURCES: >
01-Logos
lint-kebab-file:
runs-on: ubuntu-22.04
strategy:
matrix:
path:
- 01-Logos

steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Lint Image filenames (kebab-case)
uses: julie-ng/lowercase-linter@v1
with:
path: ${{ matrix.path }}

lint-yaml:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 9d4c211

Please sign in to comment.