Skip to content

release-schema: Add finalStatus to tender, award and contract. Clarify tender.datePublished. #2887

release-schema: Add finalStatus to tender, award and contract. Clarify tender.datePublished.

release-schema: Add finalStatus to tender, award and contract. Clarify tender.datePublished. #2887

Workflow file for this run

name: Lint JavaScript
on: [push, pull_request]
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install standard eslint-plugin-import@2.26.0
- run: npx standard docs/_static/script.js