chore(deps): update dependency caniuse-lite to v1.0.30001680 #982
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
############################################## | |
# FILE GENERATED AUTOMATICALLY FROM TERRAFORM | |
# THIS FILE SHOULD NOT BE EDITED BY HAND | |
############################################## | |
name: eslint-reviewdog | |
on: [pull_request] | |
jobs: | |
eslint: | |
name: runner / eslint | |
runs-on: ubuntu-latest | |
timeout-minutes: 30 | |
env: | |
HUSKY_SKIP_HOOKS: 1 | |
HUSKY: 0 | |
steps: | |
- uses: actions/checkout@v3.6.0 | |
- name: eslint | |
uses: reviewdog/action-eslint@v1.22.0 | |
with: | |
github_token: ${{ secrets.github_token }} | |
reporter: github-pr-review |