Skip to content

feat: [sc-24365] ens-normalize add "ignored" characters to disallowed sequence #31

feat: [sc-24365] ens-normalize add "ignored" characters to disallowed sequence

feat: [sc-24365] ens-normalize add "ignored" characters to disallowed sequence #31

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Ruff Check
uses: chartboost/ruff-action@v1
- name: Ruff Format
uses: chartboost/ruff-action@v1
with:
args: "format --check"