Skip to content

Merge pull request #2 from wevtoolbox/update-name #4

Merge pull request #2 from wevtoolbox/update-name

Merge pull request #2 from wevtoolbox/update-name #4

Workflow file for this run

---
###
### Lints all generic and json files in the whole git repository
###
name: linting
on:
pull_request:
push:
branches:
- master
tags:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: False
matrix:
target:
- Linting
name: "[ ${{ matrix.target }} ]"
steps:
- name: Checkout repository
uses: actions/checkout@master
- name: Lint files
run: |
make _lint-files
- name: Shellcheck
run: |
make _lint-shell