Files
tauricon/.github/workflows/format.yml
Fabian-Lars 6a51744b69 Prepare repo for release (#13)
* Prepare repo for release

* fix path for formatter

* fix package name in covector config

* add resolution overwrite for semver-regex

* feat: add covector dep

* chore: pin covector

* rename jobs

* use uniform node-version string

* setup node for audit job

* cache yarn deps

* Revert "cache yarn deps"

This reverts commit ee37a117bb.

* remove outputs

Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>

* Revert "setup node for audit job"

This reverts commit 267170a74f.

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>
2022-04-12 21:25:18 +02:00

23 lines
346 B
YAML

name: Format
on:
push:
branches:
- dev
pull_request:
branches:
- dev
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: 'yarn'
- run: yarn install
- run: yarn format:check