Update 1 NuGet dependencies #32
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) .NET Foundation and Contributors | |
# See LICENSE file in the project root for full license information. | |
name: PR Checks | |
on: | |
pull_request: | |
jobs: | |
check_package_lock: | |
name: nanoFramework | |
uses: nanoframework/nf-tools/.github/workflows/check-package-lock.yml@main | |
check_nuget_latest: | |
name: nanoFramework | |
uses: nanoframework/nf-tools/.github/workflows/check-packages-updated.yml@main | |
secrets: inherit | |
with: | |
solution: 'nanoFramework.Hardware.Esp32.sln' |