micropython: add micropython component
This commit is contained in:
14
components/language/micropython/.github/workflows/commit_formatting.yml
vendored
Normal file
14
components/language/micropython/.github/workflows/commit_formatting.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Check commit message formatting
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: '100'
|
||||
- uses: actions/setup-python@v1
|
||||
- name: Check commit message formatting
|
||||
run: source tools/ci.sh && ci_commit_formatting_run
|
Reference in New Issue
Block a user