Skip to content

Bump @webpack-cli/serve from 1.6.0 to 2.0.5 (#1256) #20

Bump @webpack-cli/serve from 1.6.0 to 2.0.5 (#1256)

Bump @webpack-cli/serve from 1.6.0 to 2.0.5 (#1256) #20

Workflow file for this run

name: Lint code
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Checkout
uses: actions/checkout@v4
- name: Install npm dependencies
run: npm install
- name: Lint code
run: npm run lint
- name: Auto-commit fixes
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
add: "['src/']"