Skip to content

Django Forms: rename field to attribute to be more accurate; fix typo #309

Django Forms: rename field to attribute to be more accurate; fix typo

Django Forms: rename field to attribute to be more accurate; fix typo #309

Workflow file for this run

name: Build
on:
- pull_request
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install and Build
run: |
npm install
npx honkit build