Skip to content

impl: bump rexml from 3.2.6 to 3.2.8 #1946

impl: bump rexml from 3.2.6 to 3.2.8

impl: bump rexml from 3.2.6 to 3.2.8 #1946

Workflow file for this run

name: Lint
on: [workflow_dispatch, pull_request]
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Setup Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- run: npm ci --ignore-scripts
- run: npm run lint --silent
- run: ./lint.sh