Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronicStone committed Dec 6, 2023
2 parents 25da038 + 1b4ddd9 commit fd355dc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/snorkell-auto-documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This workflow will improvise current file with AI genereated documentation and Create new PR

name: Snorkell.ai - Revolutionizing Documentation on GitHub

on:
push:
branches: ["main"]

Check failure on line 7 in .github/workflows/snorkell-auto-documentation.yml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar

Check failure on line 7 in .github/workflows/snorkell-auto-documentation.yml

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
workflow_dispatch:

jobs:
Documentation:
runs-on: ubuntu-latest
steps:
- name: Snorkell DocGen Client

Check failure on line 14 in .github/workflows/snorkell-auto-documentation.yml

View workflow job for this annotation

GitHub Actions / lint

Expected indentation of 6 spaces but found 4 spaces
uses: SingularityX-ai/[email protected]

Check failure on line 15 in .github/workflows/snorkell-auto-documentation.yml

View workflow job for this annotation

GitHub Actions / lint

Expected indentation of 8 spaces but found 6 spaces
with:

Check failure on line 16 in .github/workflows/snorkell-auto-documentation.yml

View workflow job for this annotation

GitHub Actions / lint

Expected indentation of 8 spaces but found 6 spaces
client_id: ${{ secrets.SNORKELL_CLIENT_ID }}

Check failure on line 17 in .github/workflows/snorkell-auto-documentation.yml

View workflow job for this annotation

GitHub Actions / lint

Expected indentation of 10 spaces but found 8 spaces
api_key: ${{ secrets.SNORKELL_API_KEY }}

Check failure on line 18 in .github/workflows/snorkell-auto-documentation.yml

View workflow job for this annotation

GitHub Actions / lint

Expected indentation of 10 spaces but found 8 spaces
branch_name: "main"

Check failure on line 19 in .github/workflows/snorkell-auto-documentation.yml

View workflow job for this annotation

GitHub Actions / lint

Expected indentation of 10 spaces but found 8 spaces

Check failure on line 19 in .github/workflows/snorkell-auto-documentation.yml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar

Check failure on line 19 in .github/workflows/snorkell-auto-documentation.yml

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote

0 comments on commit fd355dc

Please sign in to comment.