Skip to content

[deps]: Update ubuntu to v24 (#328) #74

[deps]: Update ubuntu to v24 (#328)

[deps]: Update ubuntu to v24 (#328) #74

---
name: Test Lint Workflow Action
on:
pull_request:
paths:
- "lint-workflow"
push:
branches:
- "main"
workflow_dispatch:
jobs:
test-lint-workflow:
runs-on: ubuntu-latest
steps:
- name: Checkout Branch
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Get workflow list
id: workflow-list
run: |
WORKFLOW_LIST=$(ls .github/workflows | xargs -I {} echo -n ".github/workflows/{} ")
echo "workflow-list=$WORKFLOW_LIST" >> $GITHUB_OUTPUT
- uses: ./lint-workflow
with:
workflows: ${{ steps.workflow-list.outputs.workflow-list }}