Skip to content

Merge pull request #201 from siroemk/add-date-of-enactment #133

Merge pull request #201 from siroemk/add-date-of-enactment

Merge pull request #201 from siroemk/add-date-of-enactment #133

Workflow file for this run

# This workflow uses actions that are not certified by GitHub. They are
# provided by a third-party and are governed by separate terms of service,
# privacy policy, and support documentation.
#
# This workflow will install a prebuilt Ruby version, install dependencies, and
# run tests and linters.
name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Rubocop
run: bundle exec rubocop
- name: Slim-Lint
run: bundle exec slim-lint app/