Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Update actions/add-to-project action to v0.6.1 - autoclosed #128

Update actions/add-to-project action to v0.6.1 - autoclosed

Update actions/add-to-project action to v0.6.1 - autoclosed #128

Workflow file for this run

name: Inspec / Test
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
aws:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Setup Ruby
uses: ruby/setup-ruby@v1.173.0
with:
# Not needed with a .ruby-version file
ruby-version: '3.0'
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
- name: Setup dependencies
run: bundle install