Skip to content

Bump ncipollo/release-action from 1.12.0 to 1.14.0 #76

Bump ncipollo/release-action from 1.12.0 to 1.14.0

Bump ncipollo/release-action from 1.12.0 to 1.14.0 #76

Workflow file for this run

# thinRoot Continious Integration Check Workflow
# yamllint disable rule:truthy
---
name: CI Build
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
# default read-only permission
permissions:
contents: read
jobs:
linter:
name: Linter Checks
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Check shell scripts
uses: ludeeus/[email protected]
- name: Check yaml files
uses: frenck/[email protected]
- name: Check markdown files
uses: avto-dev/markdown-lint@v1
with:
ignore: '**/node_modules/** **/codemirror/README.md'
- name: Check Package consistency
run: |
make check