Skip to content

Commit

Permalink
Merge branch 'main' into patch-9
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Oct 30, 2024
2 parents 502f842 + 88fe772 commit 508bfc1
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 36 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
---
name: Pre-commit
name: Pre-commit

on: [push, pull_request]
on: [push, pull_request]

jobs:
pre-commit:
runs-on: ubuntu-latest
jobs:
pre-commit:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/[email protected]
steps:
- name: Checkout code
uses: actions/[email protected]

- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.13' # Specify your Python version
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.13' # Specify your Python version

- name: Set Python Version Hash
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"
- name: Set Python Version Hash
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"

- name: Cache pre-commit
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
- name: Cache pre-commit
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}

- name: Install pre-commit
run: |
python -m pip install --upgrade pip
pip install pre-commit
- name: Install pre-commit
run: |
python -m pip install --upgrade pip
pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files
- name: Run pre-commit
run: pre-commit run --all-files
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@

# πŸŽ‰ Awesome Social Chess πŸŽ‰

![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen)
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

![Dependabot](https://img.shields.io/badge/Dependabot-enabled-brightgreen)
[![codespell](https://img.shields.io/badge/codespell-enabled-brightgreen)](https://github.com/codespell-project)
[![Dependabot](https://img.shields.io/badge/Dependabot-enabled-brightgreen)](https://github.com/dependabot)
[![EditorConfig](https://img.shields.io/badge/EditorConfig-enabled-brightgreen)](https://github.com/editorconfig)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen)](https://github.com/pre-commit)

</div>

Expand All @@ -18,15 +21,16 @@

## πŸ“– Books

| Title | Author(s) | Publisher |
|---------------------------------------------------------------------|-------------------------------------------|-----------------------------------|
| **101 Questions On How To Play Chess** | Fred Wilson | Dover Game And Puzzle Activity Books |
| **Bobby Fischer Teaches Chess** | Bobby Fischer, Stuart Margulies, Donn Mosenfelder | Basic Systems Inc, Bantam Books |
| **Chess Openings For Dummies** | James Eade | For Dummies |
| **Learn Chess: A Gold-medal Winner Explains How to Play and Win at Chess** | John Nunn | Gambit Publications Ltd |
| **Learn Chess From The Greats** | Peter J. Tamburro, Jr. | Dover Publications |
| **My System: Winning Chess Strategies** | Aron Nimzowitsch | SnowBall Publishing |
| **The Usborne Complete Book of Chess** | Elizabeth Dalby | Usborne Publishing Ltd |
| Title | Author(s) | Publisher |
|----------------------------------------------------------------------------|---------------------------------------------------|--------------------------------------|
| **101 Questions On How To Play Chess** | Fred Wilson | Dover Game And Puzzle Activity Books |
| **Bobby Fischer Teaches Chess** | Bobby Fischer, Stuart Margulies, Donn Mosenfelder | Basic Systems Inc, Bantam Books |
| **Chess Openings For Dummies** | James Eade | For Dummies |
| **Learn Chess: A Gold-medal Winner Explains How to Play and Win at Chess** | John Nunn | Gambit Publications Ltd |
| **Learn Chess From The Greats** | Peter J. Tamburro, Jr. | Dover Publications |
| **My System: Winning Chess Strategies** | Aron Nimzowitsch | SnowBall Publishing |
| **The Usborne Complete Book of Chess** | Elizabeth Dalby | Usborne Publishing Ltd |
| **MY 60 Memorable Games: Chess Tactics, Chess Strategies** | Bobby Fischer | Batsford GB |

## πŸ“… Calendars

Expand Down

0 comments on commit 508bfc1

Please sign in to comment.