Skip to content

Merge pull request #32 from SwamyDev/master #1

Merge pull request #32 from SwamyDev/master

Merge pull request #32 from SwamyDev/master #1

Workflow file for this run

name: Formatting and Snippets
on:
push:
jobs:
format_and_snippets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run MarkdownSnippets
run: |
dotnet tool install --global MarkdownSnippets.Tool
mdsnippets ${GITHUB_WORKSPACE}
shell: bash
- name: Git Commit and Push
uses: github-actions-x/commit@v2.9
with:
github-token: "${secrets.GITHUB_TOKEN}"
commit-message: "d updated markdown snippets"
rebase: 'true'
push-branch: 'master'
name: github actions
email: actions@github.com