This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
Update mtex2MML to 43f9e36f4b01013100f86073ac70d1855b3cc4cb #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linting | |
on: | |
pull_request: | |
branches: | |
- main | |
permissions: | |
contents: read | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: 3.0 | |
bundler-cache: true | |
- run: bundle install | |
- name: Rubocop | |
run: bundle exec rake rubocop |