chore: add nokogiri since its the common package used required by aws #40
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: Default | |
on: | |
push: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build_and_publish: | |
name: Build and Publish | |
uses: wealthsimple/public-github-workflows/.github/workflows/ruby-gem-build.yaml@main | |
secrets: inherit |