We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c85b6e commit c0bff22Copy full SHA for c0bff22
.github/workflows/pr-checks.yml
@@ -0,0 +1,18 @@
1
+# Copyright (c) .NET Foundation and Contributors
2
+# See LICENSE file in the project root for full license information.
3
+
4
+name: PR Checks
5
6
+on:
7
+ pull_request:
8
9
+jobs:
10
+ check_package_lock:
11
+ name: nanoFramework
12
+ uses: nanoframework/nf-tools/.github/workflows/check-package-lock.yml@main
13
+ check_nuget_latest:
14
15
+ uses: nanoframework/nf-tools/.github/workflows/check-packages-updated.yml@main
16
+ secrets: inherit
17
+ with:
18
+ solution: 'nanoFramework.System.Net.Sockets.UdpClient.sln'
0 commit comments