chore(ci): updates lint action to use node 20 via checkout and setup-node v4 #1497
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Janet | |
on: | |
issues: | |
types: [opened, edited, labeled] | |
issue_comment: | |
types: [created, edited] | |
pull_request: | |
types: [opened, edited] | |
pull_request_review_comment: | |
types: [created, edited] | |
jobs: | |
janet: | |
runs-on: ubuntu-latest | |
name: The Good Place | |
steps: | |
- name: The Good Place Action | |
uses: jayehernandez/the-good-place@v1.1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |