Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

[Chocolatey Nuget] Fix "not found" error for chocolatey badge (#10060) #1

[Chocolatey Nuget] Fix "not found" error for chocolatey badge (#10060)

[Chocolatey Nuget] Fix "not found" error for chocolatey badge (#10060) #1

Workflow file for this run

name: Main
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches-ignore:
- 'gh-pages'
- 'dependabot/**'
jobs:
test-main:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest']
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
with:
node-version: 20
- name: Core tests
uses: ./.github/actions/core-tests