Skip to content

Potential fix for code scanning alert no. 1: Workflow does not contai… #52

Potential fix for code scanning alert no. 1: Workflow does not contai…

Potential fix for code scanning alert no. 1: Workflow does not contai… #52

Workflow file for this run

name: CI
permissions:
contents: read
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.7.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
- name: Build and test
run: |
bundle install --binstubs
bin/rspec