Skip to content

fix(deps): update dependency @actions/core to v1.11.1 #131

fix(deps): update dependency @actions/core to v1.11.1

fix(deps): update dependency @actions/core to v1.11.1 #131

Workflow file for this run

name: Test
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
name: Tests
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build & Lint
run: |
npm ci
npm run build
npm run lint