From 6c0fecac634933882609559e1b97bedd823c7962 Mon Sep 17 00:00:00 2001 From: Yelaman Yelmuratov Date: Sun, 30 Jun 2024 23:03:12 +0500 Subject: [PATCH] . e mdsnipperts action --- .github/workflows/mdsnippets.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mdsnippets.yml b/.github/workflows/mdsnippets.yml index 74ad395..f8058c2 100644 --- a/.github/workflows/mdsnippets.yml +++ b/.github/workflows/mdsnippets.yml @@ -1,5 +1,3 @@ -name: Formatting and Snippets - on: push: @@ -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 @@ -33,4 +45,4 @@ jobs: rebase: 'true' push-branch: 'main' name: github actions - email: actions@github.com + email: actions@github.com