Skip to content

Commit

Permalink
Update Earthfile
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed Oct 22, 2024
1 parent 045e5db commit a818e6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion utilities/project-fields-validator/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ validate-pr:
ARG GITHUB_REPOSITORY
ARG GITHUB_EVENT_NUMBER

RUN --secret GITHUB_TOKEN python3 main.py
RUN --secret GITHUB_TOKEN python3 main.py

VALIDATE_PROJECT_FIELDS:
FUNCTION

FROM +validate-pr

0 comments on commit a818e6f

Please sign in to comment.