Skip to content

added comments to datto cpt #136

added comments to datto cpt

added comments to datto cpt #136

Workflow file for this run

name: Lint
on:
push:
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Lint
uses: docker://github/super-linter
env:
GITHUB_TOKEN: $({github.token})
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}