Skip to content

Commit

Permalink
ci(*): Clean ci [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Oct 2, 2024
1 parent ae83aba commit 9103237
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 38 deletions.
22 changes: 0 additions & 22 deletions .githooks/commit-msg

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/add-on-disable-checkout-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
pull_request:
paths-ignore:
- "**.md"
schedule:
- cron: "25 08 * * THU"
workflow_dispatch:

permissions:
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/markdown.yml → .github/workflows/doc-links.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
name: Documentation links

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main

name: Markdown files test and update
permissions:
contents: write
pull-requests: write
contents: read

jobs:
markdown-test-and-update:
name: Markdown files test and update
markdown-test-links:
name: Markdown test links
runs-on: ubuntu-latest
steps:
- name: Clone sources
Expand All @@ -30,10 +37,3 @@ jobs:
gem install awesome_bot
cd sources
awesome_bot README.md --skip-save-results --allow-dupe --base-url http://localhost:8080/ --white-list ddev.site
- uses: technote-space/toc-generator@v4
with:
MAX_HEADER_LEVEL: 3
TARGET_PATHS: "README.md"
CHECK_ONLY_DEFAULT_BRANCH: true
CREATE_PR: true
2 changes: 1 addition & 1 deletion .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- uses: gautamkrishnar/keepalive-workflow@v2
with:
time_elapsed: 30
workflow_files: "add-ons-test.yml,add-on-disable-checkout-test.yml"
workflow_files: "add-ons-test.yml"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
echo "$VERSION_RELEASE_NOTES" >> CHANGELOG.txt
- name: Create release ${{ env.VERSION_NUMBER }}
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: CHANGELOG.txt
name: ${{ env.VERSION_NUMBER }}
Expand Down

0 comments on commit 9103237

Please sign in to comment.