Skip to content

. e removed

. e removed #131

Workflow file for this run

name: Formatting and Snippets

Check failure on line 1 in .github/workflows/mdsnippets.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mdsnippets.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/approval_tests
format_and_snippets:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/approval_tests
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4
- name: ♻️ Run MarkdownSnippets
run: |
dotnet tool install --global MarkdownSnippets.Tool
mdsnippets ${GITHUB_WORKSPACE}
shell: bash
- name: ⬆️ Git Commit and Push
uses: github-actions-x/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
commit-message: ". d updated markdown snippets"
rebase: 'true'
push-branch: 'main'
name: github actions
email: [email protected]