Skip to content

Commit

Permalink
Merge pull request #4 from Azure-Samples/rename-workflow-job
Browse files Browse the repository at this point in the history
Rename workflow job
  • Loading branch information
seesharprun authored Dec 13, 2023
2 parents 6c74d4e + 6572bc4 commit 8d20d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- main
jobs:
validate-dotnet:
validate-python:
name: Validate Python solution
runs-on: ubuntu-latest
container: python:3.11
Expand All @@ -25,4 +25,4 @@ jobs:
working-directory: ./src
- name: Check format with black
run: black --check --verbose --line-length 79 *.py
working-directory: ./src
working-directory: ./src

0 comments on commit 8d20d96

Please sign in to comment.