mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
ci: chequear ts sitio
This commit is contained in:
parent
1ce33c250e
commit
6a29ed257d
1 changed files with 13 additions and 1 deletions
14
.github/workflows/container.yml
vendored
14
.github/workflows/container.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Create and publish a Docker image
|
||||
name: check and publish container image
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -9,6 +9,18 @@ env:
|
|||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: chequear typescript del sitio
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
|
||||
- run: bun install
|
||||
working-directory: ./sitio
|
||||
- run: bun check
|
||||
working-directory: ./sitio
|
||||
|
||||
build-and-push-scraper:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue