Skip to content

build(deps-dev): bump the development-dependencies group across 1 directory with 2 updates #82

build(deps-dev): bump the development-dependencies group across 1 directory with 2 updates

build(deps-dev): bump the development-dependencies group across 1 directory with 2 updates #82

Workflow file for this run

name: ci
concurrency:
group: "${{github.workflow}}-${{github.ref}}"
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4"
bundler-cache: true
- run: bin/rubocop -f github
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4"
bundler-cache: true
- run: bin/test
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4"
bundler-cache: true
working-directory: test/smarty
- run: bin/test-integration