Skip to content

processors/awesome_lint: check_github_last_updated: make the number of days without updates before triggering an info/warning/error message configurable #403

processors/awesome_lint: check_github_last_updated: make the number of days without updates before triggering an info/warning/error message configurable

processors/awesome_lint: check_github_last_updated: make the number of days without updates before triggering an info/warning/error message configurable #403

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test_run:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: run tests
run: make test_short