Skip to content

Termin LPD 24-1 eingetraden #248

Termin LPD 24-1 eingetraden

Termin LPD 24-1 eingetraden #248

Workflow file for this run

name: My workflow
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically