Skip to content

build(deps-dev): bump eslint from 8.55.0 to 8.56.0 #321

build(deps-dev): bump eslint from 8.55.0 to 8.56.0

build(deps-dev): bump eslint from 8.55.0 to 8.56.0 #321

Workflow file for this run

name: "Test setup-nuget-exe"
on: [pull_request, push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
nuget-version: [latest, preview]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm run build
- run: npm test
- uses: ./
with:
nuget-version: ${{ matrix.nuget-version }}
nuget-api-key: ${{ secrets.NuGetAPIKey }}
- run: nuget