Skip to content

Bump prettier from 2.8.8 to 3.3.2 #210

Bump prettier from 2.8.8 to 3.3.2

Bump prettier from 2.8.8 to 3.3.2 #210

Workflow file for this run

name: Build
on:
push:
branches:
- '*'
- '*/*'
- '**'
- '!master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Create a new build
run: docker build -t publisher:latest -f ./dockerfiles/Deploy.Dockerfile .