Skip to content

chore: add check_format.yml #3

chore: add check_format.yml

chore: add check_format.yml #3

Workflow file for this run

---
name: check_format
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
check_format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check code format
working-directory: "/github/workspace/"
uses: julia-actions/julia-format@master

Check failure on line 21 in .github/workflows/check_format.yml

View workflow run for this annotation

GitHub Actions / check_format

Invalid workflow file

The workflow is not valid. .github/workflows/check_format.yml (Line: 21, Col: 9): Unexpected value 'uses' .github/workflows/check_format.yml (Line: 22, Col: 9): Unexpected value 'with'
with:
args: -v .