Skip to content

GitHub Action for running Credo inside a container

Notifications You must be signed in to change notification settings

omareltf/my-credo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Credo

This action runs the command mix credo inside a Docker container.

Example

A simple usage:

steps:
    - uses: actions/checkout@v3

    - name: Run Credo
      uses: sumup-bank/run-credo@v1

Adding arguments to mix credo:

steps:
    - uses: actions/checkout@v3

    - name: Run Credo
      uses: sumup-bank/run-credo@v1
      with:
        args: --help

Inputs

Variable Description Default Required
args Arguments to be passed to mix credo command Empty string No

Outputs

None

About

GitHub Action for running Credo inside a container

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 63.7%
  • Shell 20.8%
  • Elixir 15.5%