Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

test.yml

test.yml #722

Workflow file for this run

name: test.yml
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
ga-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: devcontainers/[email protected]
with:
runCmd: npm run lint