Skip to content

Move to ACAP 4 Native SDK and open62541 1.4.4 #97

Move to ACAP 4 Native SDK and open62541 1.4.4

Move to ACAP 4 Native SDK and open62541 1.4.4 #97

Workflow file for this run

---
name: Lint
on: push
jobs:
Build:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Environment
run: cat .github/super-linter.env >> "$GITHUB_ENV"
- name: Lint code base
uses: super-linter/super-linter/slim@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}