Skip to content

feat: Add lint, test pipelines #2

feat: Add lint, test pipelines

feat: Add lint, test pipelines #2

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches: [main, develop]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nikitasavinov/checkstyle-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}