chore(deps): update dependency mypy to v1 #261
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
# Copyright (c) 2020 Hong Xu <[email protected]> | |
# This file is part of flake8-executable. | |
# flake8-executable is free software: you can redistribute it and/or modify it | |
# under the terms of the GNU Lesser General Public License as published by the | |
# Free Software Foundation, either version 3 of the License, or (at your | |
# option) any later version. | |
# flake8-executable is distributed in the hope that it will be useful, but | |
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License | |
# for more details. | |
# You should have received a copy of the GNU Lesser General Public License | |
# along with flake8-executable. If not, see <https://www.gnu.org/licenses/>. | |
name: 'Lint Renovate Configurations' | |
on: | |
push: | |
branches: 'master' | |
pull_request: | |
branches: '*' | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: '16' | |
- name: Install Dependencies | |
run: npm install -g renovate | |
- name: Test | |
run: renovate-config-validator |