Skip to content

feat: support building OracleLinux 9.4 base template #61

feat: support building OracleLinux 9.4 base template

feat: support building OracleLinux 9.4 base template #61

Workflow file for this run

---
name: Lint
# yamllint disable-line rule:truthy
on:
push:
tags:
- 'v*'
branches:
- main
pull_request:
permissions:
contents: read
jobs:
super-linter:
runs-on:
- ubuntu-latest
steps:
- name: Checkout konvoy-image-builder repository
uses: actions/checkout@v3
- name: Set environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
with:
env-file: .github/super-linter.env
- name: Run Super-Linter
uses: super-linter/[email protected]
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}