Merge pull request #398 from nodepen/dependabot/npm_and_yarn/build-d9… #870
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
name: converters | |
on: [push] | |
jobs: | |
build: | |
name: build | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-dotnet@v3 | |
with: | |
dotnet-version: "6.0.x" | |
dotnet-quality: "ga" | |
- name: Build project | |
working-directory: packages/converters/ | |
run: dotnet build |