Skip to content

fix: parsing impossible dates #101

fix: parsing impossible dates

fix: parsing impossible dates #101

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
- reopened
- synchronize
workflow_call:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 2.5.0
- run: bundle install
- run: bundle exec rubocop