Skip to content

Version bump and change log #202

Version bump and change log

Version bump and change log #202

Workflow file for this run

# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: CI
on: [push, pull_request]
jobs:
# downloading the Docker image takes some time so bundling several fast
# checks into one job avoids that overhead
Checks:
runs-on: ubuntu-latest
container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
steps:
- name: Git Checkout
uses: actions/checkout@v2
- name: POT Check
run: rake check:pot
- name: Validate XML
run: make -C control check
- name: Package Build
run: yast-ci-ruby