Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action: Install process-compose

Tests

This GitHub Action downloads and installs process-compose on the GitHub Actions runner.

Usage

Create a workflow in your repository (e.g., .github/workflows/run-process-compose.yml):

name: Install process-compose
on: [push]
jobs:
  install:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Install process-compose
        uses: ./

Details

  • The action downloads the latest release of process-compose for Linux x86_64 and installs it to /usr/local/bin/process-compose.
  • The action code is in index.js.
  • The action metadata is in action.yml.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages