Skip to content

Prevents trying to fetch page if its URL is invalid (eg. "#") #62

Prevents trying to fetch page if its URL is invalid (eg. "#")

Prevents trying to fetch page if its URL is invalid (eg. "#") #62

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src/Our.Umbraco.FullTextSearch
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: dotnet build --configuration Release