Skip to content

Bump actions/upload-artifact from 3 to 4 #77

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #77

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