Skip to content

Commit

Permalink
Merge pull request #5
Browse files Browse the repository at this point in the history
Update CI and application configuration
  • Loading branch information
Bilbottom authored Apr 5, 2024
2 parents 5514381 + 29ca50c commit 4976083
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 138 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: 📝 Generate Docs

on:
workflow_dispatch:
push:
branches:
- main
paths:
- "docs/**"

permissions:
contents: write
Expand Down
6 changes: 1 addition & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
ci:
skip: [poetry-lock, sourcery, pylint, pytest, coverage-badge]
autoupdate_schedule: quarterly

default_install_hook_types: [pre-commit, post-commit]
default_stages: [pre-commit]
skip: [poetry-lock, sourcery, pylint, pytest, coverage-badge]

repos:
- repo: meta
Expand Down Expand Up @@ -112,6 +109,5 @@ repos:
entry: coverage-badge -o coverage.svg -f
language: system
pass_filenames: false
stages: [post-commit]
always_run: true
exclude: "^.*$" # Exclude everything for now
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div align="center">

[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![Python 3.11](https://img.shields.io/badge/Python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)
[![Python](https://img.shields.io/badge/Python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)
[![Docker](https://img.shields.io/badge/Docker-24.0.5-blue.svg)](https://www.docker.com/)
[![GitHub last commit](https://img.shields.io/github/last-commit/Bilbottom/sql-learning-materials)](https://shields.io/badges/git-hub-last-commit-by-committer)

[![SQL Server](https://img.shields.io/badge/SQL%20Server-2022-teal.svg)](https://www.microsoft.com/en-gb/sql-server/sql-server-downloads)
[![PostgreSQL](https://img.shields.io/badge/PostgreSQL-15.4-teal.svg)](https://www.postgresql.org/download/)
[![SQLite](https://img.shields.io/badge/SQLite-3.43-teal.svg)](https://www.sqlite.org/index.html)
[![DuckDB](https://img.shields.io/badge/DuckDB-0.7-teal.svg)](https://duckdb.org/)
[![DuckDB](https://img.shields.io/badge/DuckDB-0.10-teal.svg)](https://duckdb.org/)

</div>

Expand Down
Loading

0 comments on commit 4976083

Please sign in to comment.