Skip to content

Always have --porcelain #9

Always have --porcelain

Always have --porcelain #9

Workflow file for this run

name: Check
on:
pull_request:
push:
branches: [ main ]
jobs:
test-action:
runs-on: ubuntu-latest
permissions:
packages: read
steps:
- uses: actions/checkout@v4
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run jabref-action
uses: ./ # use local action
with:
bibfile: test/test.bib