Bump @typescript-eslint/parser from 8.7.0 to 8.18.0 #176
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: Test | |
on: | |
pull_request: | |
branches: | |
- main | |
- 'v*' | |
#jobs: | |
# test: | |
# name: Test | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v4 | |
# - name: CodeDeploy | |
# uses: ./ | |
# with: | |
# application-name: some-cd-app | |
# deployment-group-name: some-cd-group | |
# appspec-file: some-appspec-file | |
# I really don't know the best way to test this, so commenting it all out for now. | |
# A test would require setting up an application (probably with terraform). | |
# Just use https://github.com/byu-oit/hello-world-api and https://github.com/byu-oit/hw-lambda-api to test for now. |