Skip to content

essentialkaos/bibop-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

26 Commits
 
 
 
 
 
 
 
 
 
 


Action for checking scripts with bibop.

Usage

Create file .github/workflows/bibop.yml.

Add next code to it:

name: CI

on:
  push:
    branches: [master, develop]
  pull_request:
    branches: [master]

jobs:
  Bibop:
    name: Bibop
    runs-on: ubuntu-latest

    steps:
      - name: Code checkout
        uses: actions/checkout@v4

      - name: Test recipe with Bibop
        uses: essentialkaos/bibop-action@v1
        with:
          recipe: .bibop/myapp.recipe

Options

Option Description Value
recipe Path to Bibop recipe Path
version Bibop version Version in semver notation
dry-run Just parse and validate recipe Boolean
format Output format tap
json
xml
working-dir Path to working directory Path
path Path to directory with binaries Path
tag Command tag String

License

Apache License, Version 2.0

About

GitHub action for checking scripts with bibop

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Contributors