Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AntObi committed Dec 2, 2024
1 parent 0594cc4 commit 9fa4e56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/check-live-links.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Check Markdown links

on:
push:
branches:
- master
schedule:
# Every Monday at 00:00 UTC
- cron: "0 0 * * 1"
on:
push:
branches:
- master
schedule:
# Every Monday at 00:00 UTC
- cron: "0 0 * * 1"

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ Use cases are available in our [examples](https://smact.readthedocs.io/en/latest
- **structure_prediction**: A submodule which contains a collection of tools for facilitating crystal structure predictions via ionic substitutions
- **dopant_prediction**: A submodule which contains a collections of tools for predicting dopants.
- **utils.py** A collection of utility functions used throughout the codebase.


## Requirements

Expand Down

0 comments on commit 9fa4e56

Please sign in to comment.