Updated instructions, a bit of TOC improvement, and two getting starteds #42
Workflow file for this run
This file contains hidden or 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: pre-commit | |
on: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
jobs: | |
pre-commit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: actions/[email protected] | |
- name: Temporary SQLite/LZMA - Install missing libraries | |
run: sudo apt install -y libsqlite3-dev libbz2-dev liblzma-dev libreadline-dev | |
- name: install asdf & tools | |
uses: asdf-vm/actions/install@9cd779f40fe38688dd19505ccbc4eaaf018b44e7 | |
- uses: pre-commit/[email protected] |