Skip to content

chore(deps): bump actions/checkout from 3 to 4 (#56) #250

chore(deps): bump actions/checkout from 3 to 4 (#56)

chore(deps): bump actions/checkout from 3 to 4 (#56) #250

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Build, Test & Lint
# Controls when the workflow will run
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
uses: xivstats/workflows/.github/workflows/ts-npm-build.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}