"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file ".github/workflows/ci.yml" between
linguist-7.23.0.tar.gz and linguist-7.24.0.tar.gz

About: Linguist is a library mainly to detect the programming language used in a file (on GitHub.com it is used to detect blob languages, ignore binary or vendored files, suppress generated files in diffs, and generate language breakdown graphs).

ci.yml  (linguist-7.23.0):ci.yml  (linguist-7.24.0)
skipping to change at line 21 skipping to change at line 21
permissions: permissions:
contents: read contents: read
jobs: jobs:
run: run:
name: Ruby ${{ matrix.ruby }} name: Ruby ${{ matrix.ruby }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
ruby: [ '3.0', '2.7', '2.6', '2.5' ] ruby: [ '3.1', '3.0', '2.7', '2.6' ]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: ${{ matrix.ruby }} ruby-version: ${{ matrix.ruby }}
bundler-cache: true bundler-cache: true
- name: Fetch grammar submodules - name: Fetch grammar submodules
run: | run: |
git fetch origin master:master v2.0.0:v2.0.0 test/attributes:test/attrib utes test/master:test/master git fetch origin master:master v2.0.0:v2.0.0 test/attributes:test/attrib utes test/master:test/master
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)