Skip to content

Update NPM and Python packages - July 2026 (#8) #37

Update NPM and Python packages - July 2026 (#8)

Update NPM and Python packages - July 2026 (#8) #37

Workflow file for this run

name: CI # Continuous Integration
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch: {}
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
steps:
- name: Checkout repository
uses: actions/checkout@v7 # https://github.com/marketplace/actions/checkout
- name: Setup
uses: ./.github/actions/setup
- name: Lint code
run: task lint
- name: Build web content
run: task build