Skip to content

Updated all the dependencies to latest versions I could find #11

Updated all the dependencies to latest versions I could find

Updated all the dependencies to latest versions I could find #11

Workflow file for this run

name: lint
on: [pull_request]
jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ktlint
uses: ScaCap/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check