Skip to content

Add Apple Intelligence related rules. #6

Add Apple Intelligence related rules.

Add Apple Intelligence related rules. #6

Workflow file for this run

name: Publish wiki
on:
push:
branches: [main]
paths: [.github/wiki/**, .github/workflows/wiki.yml]
concurrency:
group: wiki
cancel-in-progress: true
permissions:
contents: write
jobs:
wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Andrew-Chen-Wang/github-wiki-action@v4
with:
path: .github/wiki
strategy: init