Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Add missing order_by statement in 04-More-Value-Expressions when filtering for top 3 most frequent continents #43

Add missing order_by statement in 04-More-Value-Expressions when filtering for top 3 most frequent continents

Add missing order_by statement in 04-More-Value-Expressions when filtering for top 3 most frequent continents #43

Workflow file for this run

name: Linting
on:
push:
branches: main
pull_request:
branches: main
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Run pre-commit
uses: pre-commit/[email protected]