Skip to content

Merge branch 'main' into dependabot/github_actions/actions/cache-3.3.2 #334

Merge branch 'main' into dependabot/github_actions/actions/cache-3.3.2

Merge branch 'main' into dependabot/github_actions/actions/cache-3.3.2 #334

Workflow file for this run

name: Build
on: [pull_request, push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/[email protected]
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: lemonarc/[email protected]