Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Update mtex2MML to 43f9e36f4b01013100f86073ac70d1855b3cc4cb #7

Update mtex2MML to 43f9e36f4b01013100f86073ac70d1855b3cc4cb

Update mtex2MML to 43f9e36f4b01013100f86073ac70d1855b3cc4cb #7

Workflow file for this run

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