Skip to content

:wqMerge branch 'main' of github.com:dotintent/awesome-ble #27

:wqMerge branch 'main' of github.com:dotintent/awesome-ble

:wqMerge branch 'main' of github.com:dotintent/awesome-ble #27

Workflow file for this run

name: On Merge
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up ruby env
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.8
bundler-cache: true
- run: ruby .github/convert.rb
- run: npx awesome-lint
- name: Push changes
uses: actions-go/push@v1
with:
force: true
author-name: 🤖 Awesome-BLE 🤖
commit-message: '📝 Updated README'