Skip to content

Add additional resources for scientific computing #88

Add additional resources for scientific computing

Add additional resources for scientific computing #88

Workflow file for this run

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