Skip to content

Trim slash of gateway if already end with it #279

Trim slash of gateway if already end with it

Trim slash of gateway if already end with it #279

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint
- name: Build Celeste Dashboard
run: yarn build
- name: Run BundleWatch
run: yarn bundlewatch
env:
CI: true
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}