Skip to content

Add Manufacturing tag and 3 items #302

Add Manufacturing tag and 3 items

Add Manufacturing tag and 3 items #302

Workflow file for this run

name: pull request
on:
pull_request:
branches: [ master ]
concurrency:
group: pull-request-${{ github.ref }}
cancel-in-progress: true
jobs:
syntax-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make install
- run: make awesome_lint
- run: make export_markdown