Remove old web workflows and add new ones

This commit is contained in:
Gabe Kangas
2022-05-11 20:39:23 -07:00
parent 8638961b59
commit b66617961d
9 changed files with 3 additions and 141 deletions

View File

@@ -24,6 +24,7 @@ jobs:
with:
# This part is also where you can pass other options, for example:
prettier_options: --write webroot/**/*.{js,md}
working_directory: web
only_changed: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}