Skip to content

Commit

Permalink
Run Rubocop and tests on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred committed Dec 11, 2023
1 parent 2edbd8b commit 2f435ce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container: ruby:3.2
steps:
- run: apt update
- run: apt install -y libuchardet-dev
- run: gem install rubocop rubocop-performance
- uses: actions/checkout@v2
- run: rake
- run: rubocop

0 comments on commit 2f435ce

Please sign in to comment.