Skip to content

Bump pygments from 2.12.0 to 2.15.0 #25

Bump pygments from 2.12.0 to 2.15.0

Bump pygments from 2.12.0 to 2.15.0 #25

Workflow file for this run

name: API workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Test xdlang
defaults:
run:
working-directory: .
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install requirements
run: pip install -r requirements.txt && pip install -e .
- name: Run tests and collect coverage
run: coverage run --source=. --branch -m pytest && coverage xml
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v2