Skip to content

Rename comp/lat/loc packages in patch #44

Rename comp/lat/loc packages in patch

Rename comp/lat/loc packages in patch #44

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0
- name: Lint code base
uses: dbelyaev/action-checkstyle@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
checkstyle_config: .github/config/checks.xml
fail_on_error: true