Skip to content

Commit

Permalink
. e mdsnipperts action
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff committed Jun 30, 2024
1 parent 44f2fef commit 6c0feca
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/mdsnippets.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: Formatting and Snippets

on:
push:

Expand All @@ -9,6 +7,20 @@ jobs:
defaults:
run:
working-directory: packages/approval_tests
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4

- name: Set up .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'

- name: Install Dependencies
run: dotnet restore

- name: Build
run: dotnet build --configuration Release --no-restore

format_and_snippets:
runs-on: ubuntu-latest
Expand All @@ -33,4 +45,4 @@ jobs:
rebase: 'true'
push-branch: 'main'
name: github actions
email: [email protected]
email: [email protected]

0 comments on commit 6c0feca

Please sign in to comment.