Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version #34

Merged
merged 25 commits into from
Jul 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Test
on:
push:
branches:
- master
- main
pull_request:

env:
RUBY_VERSION: 2.6.6
RUBY_VERSION: 2.7.3

jobs:
test:
Expand Down Expand Up @@ -44,8 +44,8 @@ jobs:
- run: bundle exec rubocop -P
name: Lint Ruby files

# - run: bundle exec erblint app/**/*.erb
# name: Lint ERB files
- run: bundle exec erblint app/{cells,views}/**/*.erb
name: Lint ERB files

- run: npm run lint
name: Lint JS files
Expand Down
Loading