Skip to content

Update Dockerfile.kruize #44

Update Dockerfile.kruize

Update Dockerfile.kruize #44

Workflow file for this run

name: 'Super linter'
on:
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- name: Checkout autotune
uses: actions/checkout@v2
with:
repository: kruize/autotune
- name: Lint Code Base
uses: super-linter/[email protected]
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}