🐛 Fix Dockerfile for ubuntu 20 lts non-hwe #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
paths: | |
- '**' | |
env: | |
FORCE_COLOR: 1 | |
jobs: | |
call-workflow: | |
uses: kairos-io/linting-composite-action/.github/workflows/[email protected] | |
with: | |
yamldirs: ".github/workflows/" | |
is-go: false |