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

Changed country to lt #69

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
Update AL-Go-Settings.json
HazardMK authored May 17, 2024
commit 0585abb3ffd6f3d0476933754dd7ffa099f41a62
8 changes: 7 additions & 1 deletion .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"type": "PTE",
"templateUrl": "https://github.com/microsoft/AL-Go-PTE@main",
"templateSha": "0af8feb4cf098ebec44278866877fc9aceff0513"
"templateSha": "0af8feb4cf098ebec44278866877fc9aceff0513",
"enableCodeCop": true,
"enableUICop": true,
"CurrentSchedule": "0 2 * * *",
"NextMinorSchedule": "0 2 * * 6",
"NextMajorSchedule": "0 2 * * 0",
"UpdateGitHubGoSystemFilesSchedule": "0 2 * * 1"
}