Action for checking scripts with bibop.
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
| 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 | tapjsonxml |
working-dir |
Path to working directory | Path |
path |
Path to directory with binaries | Path |
tag |
Command tag | String |