Skip to content

Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 #43

Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0

Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 #43

Workflow file for this run

name: 'Template specs'
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.0'
bundler-cache: true
- name: 'Run specs'
run: bundle exec rspec