Skip to content

Add scall

Add scall #109

Workflow file for this run

name: Linting
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1.0.0
- uses: docker://github/super-linter:v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}