Bump the npm-packages group across 1 directory with 8 updates #494
This file contains hidden or 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: Test the Action | |
| on: | |
| pull_request: | |
| pull_request_review: | |
| types: | |
| - submitted | |
| pull_request_review_comment: | |
| types: | |
| - created | |
| - deleted | |
| jobs: | |
| # Tests that the Action works as expected. | |
| # | |
| # Performs the following steps: | |
| # - Checks out the repository. | |
| # - Runs the Action. | |
| test: | |
| name: Run Props Bot | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| - name: Run the Action | |
| uses: ./ | |
| with: | |
| format: 'all' |