Skip to content

Commit

Permalink
fix: actions path after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelemusiani committed Oct 26, 2024
1 parent cfa2e02 commit 838fc52
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:
jobs:
deploy:
name: Deploy
uses: csunibo/config/.github/workflows/statik.yml@main
uses: cartabinaria/config/.github/workflows/statik.yaml@main
with:
regex_include: "\\.(pdf|link|txt|apkg)$"
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: cartabinaria/config/.github/workflows/filenames.yaml@main

0 comments on commit 838fc52

Please sign in to comment.