Skip to content

update node, dependencies #305

update node, dependencies

update node, dependencies #305

Workflow file for this run

name: test
on: # rebuild any PRs and main branch changes
pull_request:
jobs:
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
rubygemsToken: ${{ secrets.RUBYGEMS_TOKEN }}