Skip to content

Commit

Permalink
use the shared filenames action to check filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
lucat1 committed Jul 26, 2023
1 parent ae7f79e commit 4e3fa6b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 63 deletions.
63 changes: 0 additions & 63 deletions .github/workflows/check.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/filenames.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Check filenames
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
filenames:
name: Check filenames
uses: csunibo/config/.github/workflows/filenames.yml@main

0 comments on commit 4e3fa6b

Please sign in to comment.