Skip to content

Just action to check the syntax of just files

License

Notifications You must be signed in to change notification settings

ublue-os/just-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

just-action

This is a simple GitHub Action that runs just --fmt --check for all .just files in the repository, making sure that broken justfiles never make it to production.

Sample usage

- name: Checkout repository code
  uses: actions/checkout@v4
- name: Check just syntax
  uses: ublue-os/just-action@v2

Note: the checkout action before just-action is required.

About

Just action to check the syntax of just files

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published