Skip to content

processors/awesome_lint: make the list of required fields/attributes … #460

processors/awesome_lint: make the list of required fields/attributes …

processors/awesome_lint: make the list of required fields/attributes … #460

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