Skip to content

Bump prettier from 2.8.8 to 3.0.3 #1818

Bump prettier from 2.8.8 to 3.0.3

Bump prettier from 2.8.8 to 3.0.3 #1818

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: |
npm install
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: azure/setup-helm@v3.5
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.7.0
with:
node_image: kindest/node:v1.25.2
- uses: ./
with:
repo: https://charts.bitnami.com/bitnami
chart: postgresql