8000 osi: Fix Docker build · eclipse/cloe@7a84dfa · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Release 0.23.0

Release 0.23.0 #41

Workflow file for this run

---
name: Git Checks
on: [pull_request]
jobs:
block-fixup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Ensure !fixup commits are merged
uses: 13rac1/block-fixup-merge-action@v2.0.0
0