Skip to content

Commit

Permalink
execute lint workflow as job
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Oct 26, 2023
1 parent f0f5a68 commit a627db4
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ on:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest # GitHub-hosted runners: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
steps:
- name: Clone
uses: actions/checkout@v4 # https://github.com/marketplace/actions/checkout
- name: List files
run: ls -a
- name: Lint files
uses: ./.github/workflows/lint.yml
with:
yaml: 'true'
uses: ./.github/workflows/lint.yml # Workflow calls need to be executed as jobs
with:
yaml: true

0 comments on commit a627db4

Please sign in to comment.