Skip to content

Fix format minimal job I #4

Fix format minimal job I

Fix format minimal job I #4

Workflow file for this run

name: build and test

Check failure on line 1 in .github/workflows/format.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/format.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
on:
workflow_call:
jobs:
fake-job:
steps:
run: exit 0
#Add here a task for each language to be supported.