Add additional resources for scientific computing #88
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: ci | |
on: [pull_request] | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 # fetch all history to avoid git-repo-age false negative | |
# | |
# git needed for awesome-lint | |
- run: sudo apt install git | |
- run: sudo npm install --global awesome-lint | |
- run: awesome-lint README.md | |
# | |
# - run: sudo apt install -y ruby | |
# - run: sudo gem install awesome_bot | |
# # Allow redirect for awesome.re | |
# - run: awesome_bot --white-list https://awesome.re,https://portal.nersc.gov/project/sparse/superlu/ README.md |