feat: activate Sophia syntax highlighting by using specific pygments … #850

Merged
zxq9 merged 2 commits from github/fork/marc0olo/feature/syntax-highlighting into master 2021-12-04 01:26:14 +09:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f488b35f2e - Show all commits

View File

@ -17,7 +17,7 @@ jobs:
with:
path: ~/.cache/pip3
key: ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/requirements.txt') }}
- run: pip3 install -r .github/workflows/requirements.txt
- run: pip3 install -r .github/workflows/requirements.txt -U
- run: git config --global user.email "github-action@users.noreply.github.com"
- run: git config --global user.name "GitHub Action"
- run: |

View File

@ -17,7 +17,7 @@ jobs:
with:
path: ~/.cache/pip3
key: ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/requirements.txt') }}
- run: pip3 install -r .github/workflows/requirements.txt
- run: pip3 install -r .github/workflows/requirements.txt -U
- run: git config --global user.email "github-action@users.noreply.github.com"
- run: git config --global user.name "GitHub Action"
- run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV