Skip to content

Chore: Improving test coverage #13

Chore: Improving test coverage

Chore: Improving test coverage #13

Workflow file for this run

name: Lint
on:
pull_request:
types: [ opened, synchronize ]
branches:
- main
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Super-linter
uses: super-linter/[email protected]
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}