Skip to content

Bump @actions/core from 1.5.0 to 1.9.1 in /.github/actions/local-action #1

Bump @actions/core from 1.5.0 to 1.9.1 in /.github/actions/local-action

Bump @actions/core from 1.5.0 to 1.9.1 in /.github/actions/local-action #1

Workflow file for this run

name: CI for local-action
on:
push:
branches-ignore:
- main
jobs:
run-tests:
if: github.repository == 'githubtraining/exercise-configure-codeql-language-matrix'
runs-on: ubuntu-latest
defaults:
run:
working-directory: .github/actions/local-action
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: install dependencies
run: npm ci
- name: run tests
run: npm run test