Skip to content

fix(problems): RFC-7807 was deprecated by RFC-9457 #102

fix(problems): RFC-7807 was deprecated by RFC-9457

fix(problems): RFC-7807 was deprecated by RFC-9457 #102

Workflow file for this run

---
name: lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
container: node:20
steps:
- uses: actions/checkout@v3
- name: run lint
run: make lint