Skip to content

Commit

Permalink
prepare for update to SDK 2311
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Feb 9, 2024
1 parent a20aa7a commit 4038275
Show file tree
Hide file tree
Showing 6 changed files with 573 additions and 343 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `.gitattributes` reclassify `.st` files as iec-st:
** linguist-vendored
# *.ppjs linguist-language=ST
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
Loading

0 comments on commit 4038275

Please sign in to comment.