Add option to hide suggestions for vocabularies that already have enr… #26
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: Build | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
node-version: [ 20.x, 22.x ] | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ./.github/actions/build | |
with: | |
version: ${{ matrix.node-version }} |