Skip to content

Commit

Permalink
Merge pull request #7 from simatic-ax/update_sdk
Browse files Browse the repository at this point in the history
Update to SDK2311.0.1
  • Loading branch information
sjuergen authored Feb 12, 2024
2 parents 80c9f7c + 366c87e commit 5d1a394
Show file tree
Hide file tree
Showing 11 changed files with 814 additions and 477 deletions.
19 changes: 0 additions & 19 deletions .github/workflow/lint.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/build-library.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: push

jobs:
test-apax-lib:
uses: simatic-ax/actions/.github/workflows/apax-build-test.yml@stable
secrets:
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
SIMATIC_AX_TOKEN: ${{ secrets.DEPLOY_KEY }}
with:
LOGIN_SIMATIC_AX: true
4 changes: 4 additions & 0 deletions .github/workflows/lint-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
on: push
jobs:
lint-repo-and-markdown:
uses: simatic-ax/actions/.github/workflows/check-repository.yml@stable
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:

with:
VERSION: ${{ github.ref_name }}
PROJECT_NAME: ae-axftcmlib
PROJECT_NAME: ae-trafficlight
11 changes: 11 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# markdownlint YAML configuration
---

# Default state for all rules
default: true

# ignored rules
line-length: false
no-inline-html: false
first-line-h1: false
no-emphasis-as-header: false
Loading

0 comments on commit 5d1a394

Please sign in to comment.