Skip to content

Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 #26

Bump release-drafter/release-drafter from 5.25.0 to 6.0.0

Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 #26

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set up Node.js 18.17.0
uses: actions/[email protected]
with:
node-version: 18.17.0
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run eslint
- name: Run tests
run: npm run test