Skip to content

build(deps): bump graphql from 16.6.0 to 16.8.1 #90

build(deps): bump graphql from 16.6.0 to 16.8.1

build(deps): bump graphql from 16.6.0 to 16.8.1 #90

Workflow file for this run

name: Check workflows
on:
push:
branches:
- master
pull_request:
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Run actionlint
uses: reviewdog/action-actionlint@v1
with:
fail_on_error: true
filter_mode: ${{ (github.ref_name == 'master' && 'nofilter') || 'added' }}