Skip to content

removing antler configuration #205

removing antler configuration

removing antler configuration #205

Workflow file for this run

name: Deprecated Code
on: [push]
jobs:
knip:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Setup Node
run: npm install
- name: Run Deprecated Code Check
run: npm run action:deprecated