Skip to content

feat: Adds decorator options to proxy route creator (#7) #17

feat: Adds decorator options to proxy route creator (#7)

feat: Adds decorator options to proxy route creator (#7) #17

Workflow file for this run

name: Main build
on:
pull_request:
push:
branches: ['master']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run build
# Probably move this to its own job when it makes sense
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}