Skip to content

Commit

Permalink
build: update validator
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 12, 2024
1 parent 4e16e0a commit 4ebdbda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: actions/github-script@v7
- uses: actions/github-script@v7
with:
script: |
const title = context.payload.pull_request.title;
Expand Down

0 comments on commit 4ebdbda

Please sign in to comment.