Merge reboot tasks for both iLO and iDRAC into a single task #153
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: Linters | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
call: | |
uses: opiproject/actions/.github/workflows/linters.yml@main | |
with: | |
with_golang: false | |
with_docker: false | |
secrets: inherit |