Release Trim left, right or both item edges via mouse and razor v1.7 … #3281
This file contains hidden or 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: check | |
| on: [push, pull_request] | |
| jobs: | |
| reapack-index: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Fetch repository | |
| uses: actions/checkout@v4 | |
| - name: Install Pandoc | |
| run: sudo apt-get install -yy pandoc | |
| - name: Set up Ruby | |
| uses: ruby/setup-ruby@v1 | |
| with: | |
| ruby-version: 3.2 | |
| - name: Install reapack-index | |
| run: gem install reapack-index --pre | |
| - name: Validate packages | |
| run: reapack-index --check |