Skip to content

Bump pg from 1.5.3 to 1.5.4 #312

Bump pg from 1.5.3 to 1.5.4

Bump pg from 1.5.3 to 1.5.4 #312

Workflow file for this run

name: Lint
on:
push:
branches:
- "**"
- "!main"
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Prepare application environment
uses: ./.github/actions/prepare-app-env
- name: Run Prettier
run: yarn prettier --check --ignore-unknown --log-level warn '**/*'
rubocop:
name: Rubocop
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Prepare application environment
uses: ./.github/actions/prepare-app-env
- name: Run Rubocop
run: bin/bundle exec rubocop