Skip to content

Add Universitäts- und Landesbibliothek Sachsen-Anhalt #989

Add Universitäts- und Landesbibliothek Sachsen-Anhalt

Add Universitäts- und Landesbibliothek Sachsen-Anhalt #989

Workflow file for this run

name: Ensure entries are GitHub Orgs
permissions:
contents: read
on:
push:
paths:
- "Gemfile"
- "script/ensure-orgs"
- ".github/workflows/ensure-orgs.yml"
- "_data/**"
pull_request:
paths:
- "Gemfile"
- "script/ensure-orgs"
- ".github/workflows/ensure-orgs.yml"
- "_data/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Ensure data entries are GitHub Orgs
run: bundle exec script/ensure-orgs