Skip to content

Rollback commonmarker 0.x & Update CI paths #53

Rollback commonmarker 0.x & Update CI paths

Rollback commonmarker 0.x & Update CI paths #53

Workflow file for this run

name: Check Types with Steep

Check failure on line 1 in .github/workflows/type_check.yml

View workflow run for this annotation

GitHub Actions / Check Types with Steep

Invalid workflow file

The workflow is not valid. .github/workflows/type_check.yml: Anchors are not currently supported. Remove the anchor 'paths'
on:
push:
paths: &paths
- .github/workflows/type_check.yml
- lib/**
- sig/**
- Gemfile
- '*.gemspec'
pull_request:
paths: *paths
jobs:
type_check:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3'
bundler-cache: true
- name: Collect RBS
run: bundle exec rbs collection install
- name: Check Types with Steep
run: bundle exec steep check