Skip to content

This action is for using just in the Rust project.

License

Notifications You must be signed in to change notification settings

m3y/rust-just-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-just

Overview

This action is for using just in the Rust project.

Inputs

command

Required Just recipe.

file

The file path of justfile. Default ./justfile.

Outputs

No Outputs

Example usage

uses: m3y/rust-just-action@v1
with:
  command: test

or

uses: m3y/rust-just-action@v1
with:
  command: test
  file: /path/to/justfile