File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This workflow will install Python dependencies, run tests and lint with a single version of Python
22# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33
4- name : UnitTest
4+ name : Python
55
66on :
77 push :
88 branches :
99 - master
1010 paths :
11- - ' .github/workflows/unittest .yml'
11+ - ' .github/workflows/python .yml'
1212 - ' .python-version'
1313 - ' python/**/*.py'
1414 pull_request :
1515 paths :
16- - ' .github/workflows/unittest .yml'
16+ - ' .github/workflows/python .yml'
1717 - ' .python-version'
1818 - ' python/**/*.py'
1919
Original file line number Diff line number Diff line change 55# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
66# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
77
8- name : Minitest
8+ name : Ruby
99
1010on :
1111 push :
1212 branches :
1313 - master
1414 paths :
15- - ' .github/workflows/minitest .yml'
15+ - ' .github/workflows/ruby .yml'
1616 - ' .ruby-version'
1717 - ' ruby/**/*.rb'
1818 pull_request :
1919 paths :
20- - ' .github/workflows/minitest .yml'
20+ - ' .github/workflows/ruby .yml'
2121 - ' .ruby-version'
2222 - ' ruby/**/*.rb'
2323
Original file line number Diff line number Diff line change 1- [ ![ Actions Status: UnitTest ] ( https://github.com/hayat01sh1da/json-data-sorters/workflows/UnitTest /badge.svg )] ( https://github.com/hayat01sh1da/json-data-sorters/actions?query=workflow%3A%22UnitTest %22 )
2- [ ![ Actions Status: Minitest ] ( https://github.com/hayat01sh1da/json-data-sorters/workflows/Minitest /badge.svg )] ( https://github.com/hayat01sh1da/json-data-sorters/actions?query=workflow%3A%22Minitest %22 )
1+ [ ![ Actions Status: Python ] ( https://github.com/hayat01sh1da/json-data-sorters/workflows/Python /badge.svg )] ( https://github.com/hayat01sh1da/json-data-sorters/actions?query=workflow%3A%22Python %22 )
2+ [ ![ Actions Status: Ruby ] ( https://github.com/hayat01sh1da/json-data-sorters/workflows/Ruby /badge.svg )] ( https://github.com/hayat01sh1da/json-data-sorters/actions?query=workflow%3A%22Ruby %22 )
33[ ![ Actions Status: CodeQL] ( https://github.com/hayat01sh1da/json-data-sorters/workflows/CodeQL/badge.svg )] ( https://github.com/hayat01sh1da/json-data-sorters/actions?query=workflow%3A%22CodeQL%22 )
44
55## 1. Common Environment
You can’t perform that action at this time.
0 commit comments