Skip to content

fix(ci): upgrade action versions #48

fix(ci): upgrade action versions

fix(ci): upgrade action versions #48

Workflow file for this run

name: push
on:
push:
branches:
- master
jobs:
lint-test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/lint-test-build
with:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}