8000 vendor: Fix esmini build for Ubuntu 18.04 · eclipse/cloe@a69d1f3 · 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 #42

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