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

Bump @actions/core from 1.10.0 to 1.10.1 #241

Bump @actions/core from 1.10.0 to 1.10.1

Bump @actions/core from 1.10.0 to 1.10.1 #241

Workflow file for this run

name: 'build'
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run all