Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Branch - do not merge Actions test fabian unglert #35

Closed
wants to merge 15 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint-repo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: push
jobs:
lint-repo-and-markdown:
uses: simatic-ax/actions/.github/workflows/check-repository.yml@stable
uses: simatic-ax/actions/.github/workflows/check-repository.yml@test_repo_lint_fabian_unglert
158 changes: 0 additions & 158 deletions repolint.json

This file was deleted.

4 changes: 3 additions & 1 deletion src/MainProgram.st
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ PROGRAM MainProgram
QYe := TrafficLight.GetState(Colors#Yellow);
QGn := TrafficLight.GetState(Colors#Green);
ActiveStateName := StateController.GetActiveStateName();
END_PROGRAM
END_PROGRAM

// test 10
Loading