Skip to content

au3pm/au3pm-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

8 Commits
 
 
 
 
 
 

Repository files navigation

au3pm-action

A GitHub action to call au3pm on your project

Usage

- uses: au3pm/au3pm-action@v1.1.1
  with:
    # The verion of au3pm to use.
    # Defaults to latest
    au3pm_version: 'latest'

    # au3pm command(s) to run.
    # Defaults to install
    commands: 'install'

The commands argument can have multiple commands:

commands: |
  install
  rebuild
  run test

About

A GitHub action to call au3pm on your project

Resources

License

Stars

Watchers

Forks

Packages

No packages published