Skip to content
Snippets Groups Projects
Commit 3f538822 authored by Marie's avatar Marie
Browse files

Delete .forgejo/workflows/lint.yml

parent eea1f14a
No related branches found
No related tags found
No related merge requests found
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.5.1
- name: Install dependencies
run: npm i
- name: Lint
run: npm run lint
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment