Skip to content

chore(deps): update eslint ecosystem #1447

chore(deps): update eslint ecosystem

chore(deps): update eslint ecosystem #1447

Workflow file for this run

name: test-dotnet
permissions: {}
on:
push:
branches:
- main
- renovate/**
paths:
- dotnet/**
- .github/**
- Makefile
pull_request:
branches:
- main
paths:
- dotnet/**
- .github/**
- Makefile
jobs:
test-dotnet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: ./.github/actions/prepare
- uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
with:
dotnet-version: '8.0.x'
- name: run tests
run: dotnet test
working-directory: dotnet