Pass args as value to script in lune command

This commit is contained in:
Erica Marigold 2024-07-08 16:58:42 +05:30
parent d04beb5f5c
commit 94b5627ed1
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -22,7 +22,7 @@ jobs:
cache: true cache: true
- name: Check formatting - name: Check formatting
run: lune run fmt src/ --check run: lune run fmt src/ -- --check
lint: lint:
needs: ["fmt"] needs: ["fmt"]