Skip to content

Refactor WidgetbayShortcode.php to handle both id and link parameters. #62

Refactor WidgetbayShortcode.php to handle both id and link parameters.

Refactor WidgetbayShortcode.php to handle both id and link parameters. #62

Workflow file for this run

name: Npm Build
on: [pull_request, push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Npm Install
run: npm install
- name: Run Build
run: npm run build