Skip to content

feat: add a new wordlist (English 1k sorted by length) #52

feat: add a new wordlist (English 1k sorted by length)

feat: add a new wordlist (English 1k sorted by length) #52

Workflow file for this run

name: CI
on:
push:
branches: [ develop ]
permissions:
checks: write
contents: write
pull-requests: write
jobs:
lint:
name: Check code quality and create release
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install Node.js dependencies
run: npm ci
- name: Run linters
uses: wearerequired/lint-action@v1
with:
eslint: true
- name: Create release pull request
uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action