Skip to content

Merge pull request #220 from vil02/properly_evaluate_GITHUB_ACTOR #690

Merge pull request #220 from vil02/properly_evaluate_GITHUB_ACTOR

Merge pull request #220 from vil02/properly_evaluate_GITHUB_ACTOR #690

Workflow file for this run

name: Build/test code
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
- name: Run tests
run: rake test