Skip to content

Commit

Permalink
Issue #103: Adding step to checkout code
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Mar 1, 2024
1 parent d8cdf97 commit 095a5c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow-repo-standards-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
validate-name:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Check repository name
uses: actions/github-script@v5
with:
Expand Down

0 comments on commit 095a5c5

Please sign in to comment.