Skip to content

Sync the anagram exercise's docs with the latest data. (#296) #63

Sync the anagram exercise's docs with the latest data. (#296)

Sync the anagram exercise's docs with the latest data. (#296) #63

Workflow file for this run

name: Verify Exercises
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-22.04
container:
image: exercism/vimscript-test-runner
steps:
- name: Checkout repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- name: Verify all exercises
run: bin/verify-exercises