Skip to content

Merge pull request #75 from tetele/spanish-opening-exclamation #207

Merge pull request #75 from tetele/spanish-opening-exclamation

Merge pull request #75 from tetele/spanish-opening-exclamation #207

Workflow file for this run

---
name: CI
# yamllint disable-line rule:truthy
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
concurrency:
# yamllint disable-line rule:line-length
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- run: script/setup
- run: script/lint
- run: script/test