0.1.0 • Published 2 years ago

sjq v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

sjq

GitHub license npm

This software includes the work that is distributed in the Apache License 2.0

About

sjq is action of lint for reducing jQuery.

Usage

name: sjq
on: pull_request
jobs:
  lint:
    runs-on: ubuntu-latest
    env:
      ESLINT_PLUGIN_DIFF_COMMIT: "${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}"
    steps:
      - uses: actions/checkout@v2
        with:
          fetch-depth: 0
      - uses: actions/setup-node@v2
        with:
          node-version: "16"
      - name: Install packages
        run: yarn
      - name: Lint jQuery
        uses: tascript/sjq@v0.1.0

License

MIT

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago