Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mlin
/
miniwdl
Public
forked from
chanzuckerberg/miniwdl
Notifications
You must be signed in to change notification settings
Fork
6
Star
3
Code
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Jul 26, 2026
[WDL 1.2] documentation updates (#893)
Wid-L-Hacker
authored
47a97a8
View commit details
Copy full SHA for 47a97a8
Browse repository at this point
run-self-test: exercise WDL 1.2 features (#901)
Wid-L-Hacker
authored
88f64da
View commit details
Copy full SHA for 88f64da
Browse repository at this point
test input files with exec bits (#908)
Wid-L-Hacker
authored
6e01458
View commit details
Copy full SHA for 6e01458
Browse repository at this point
fix CI bitrot (#907)
Show description for 0e47512
Wid-L-Hacker
authored
0e47512
View commit details
Copy full SHA for 0e47512
Browse repository at this point
Commits on Jun 29, 2026
Add MANIFEST.in for packaging (#900)
Wid-L-Hacker
authored
d57d593
View commit details
Copy full SHA for d57d593
Browse repository at this point
Commits on Jun 27, 2026
Fix test_env leaking MINIWDL_CFG/env overrides into other tests (#898)
Wid-L-Hacker
authored
3702a2d
View commit details
Copy full SHA for 3702a2d
Browse repository at this point
[WDL 1.2] recognize requirements.max_retries (#897)
Wid-L-Hacker
authored
32b0667
View commit details
Copy full SHA for 32b0667
Browse repository at this point
Fix input path mount touching on task retry (#895)
Show description for 8e6dfa9
Wid-L-Hacker
authored
8e6dfa9
View commit details
Copy full SHA for 8e6dfa9
Browse repository at this point
Commits on Jun 26, 2026
Don't resolve symlinks in source_dir (#896)
Show description for dc6787f
Wid-L-Hacker
and
claude
authored
dc6787f
View commit details
Copy full SHA for dc6787f
Browse repository at this point
Commits on Jun 25, 2026
improve FNF and TSV error messages (#891)
Wid-L-Hacker
authored
3fe7f5d
View commit details
Copy full SHA for 3fe7f5d
Browse repository at this point
Commits on Jun 22, 2026
reject optional File/Directory paths that exist as wrong kind (#888)
Wid-L-Hacker
authored
2b1b068
View commit details
Copy full SHA for 2b1b068
Browse repository at this point
[WDL 1.2.1] canonicalize File and Directory value paths (#889)
Wid-L-Hacker
authored
3cab6fb
View commit details
Copy full SHA for 3cab6fb
Browse repository at this point
[WDL 1.2.1] make task.return_code available in output section only (#890)
Wid-L-Hacker
authored
fc17f7d
View commit details
Copy full SHA for fc17f7d
Browse repository at this point
Commits on Jun 20, 2026
[WDL 1.2] tighten FileCoercion lint criteria (#887)
Show description for 846ff3e
Wid-L-Hacker
authored
846ff3e
View commit details
Copy full SHA for 846ff3e
Browse repository at this point
Commits on Jun 16, 2026
strip trailing slash from Directory values (per spec)
Wid-L-Hacker
authored
24eb628
View commit details
Copy full SHA for 24eb628
Browse repository at this point
additional workflow cache coherence tests (#885)
Wid-L-Hacker
authored
0f803f6
View commit details
Copy full SHA for 0f803f6
Browse repository at this point
Commits on Jun 15, 2026
[WDL 1.2] Call cache v2 ensuring coherence with source-relative paths (#884)
Show description for 7e2d0c1
Wid-L-Hacker
authored
7e2d0c1
View commit details
Copy full SHA for 7e2d0c1
Browse repository at this point
Commits on Jun 8, 2026
`miniwdl zip`: extend --additional for source-relative input paths (#882)
Show description for 55a52f6
Wid-L-Hacker
authored
55a52f6
View commit details
Copy full SHA for 55a52f6
Browse repository at this point
Commits on May 24, 2026
refactor runtime code (#880)
Show description for 0b1109c
Wid-L-Hacker
authored
0b1109c
View commit details
Copy full SHA for 0b1109c
Browse repository at this point
[WDL 1.2] source-relative File/Directory inputs (#877)
Wid-L-Hacker
authored
3331d6c
View commit details
Copy full SHA for 3331d6c
Browse repository at this point
[WDL 1.2] add new deprecation warnings (#879)
Wid-L-Hacker
authored
c1138bc
View commit details
Copy full SHA for c1138bc
Browse repository at this point
Commits on May 21, 2026
Allow File/Directory path construction within input Directory (#876)
Show description for 8443ffd
Wid-L-Hacker
authored
8443ffd
View commit details
Copy full SHA for 8443ffd
Browse repository at this point
Commits on May 17, 2026
[WDL 1.2] add join_paths() (#874)
Wid-L-Hacker
authored
129d548
View commit details
Copy full SHA for 129d548
Browse repository at this point
[WDL 1.2] new write_tsv() overloads (#873)
Show description for b5822e7
Wid-L-Hacker
authored
b5822e7
View commit details
Copy full SHA for b5822e7
Browse repository at this point
Commits on May 16, 2026
remove unused wdl-tests submodule (#872)
Wid-L-Hacker
authored
a101907
View commit details
Copy full SHA for a101907
Browse repository at this point
fix chunks() on empty input (#871)
Wid-L-Hacker
authored
9e7ad2d
View commit details
Copy full SHA for 9e7ad2d
Browse repository at this point
Advance spec tests to WDL 1.1.3 and 1.2.1 (#870)
Wid-L-Hacker
authored
829f560
View commit details
Copy full SHA for 829f560
Browse repository at this point
NonStringKeyMapJSON linter (#867)
Wid-L-Hacker
authored
bf414b3
View commit details
Copy full SHA for bf414b3
Browse repository at this point
Commits on May 15, 2026
allow equatability between String and File, Directory (#866)
Wid-L-Hacker
authored
396faab
View commit details
Copy full SHA for 396faab
Browse repository at this point
[WDL 1.2] version-gate new length() and size() features (#864)
Wid-L-Hacker
authored
a666eb7
View commit details
Copy full SHA for a666eb7
Browse repository at this point
Commits on May 14, 2026
[WDL 1.2] recognize return_codes (#862)
Wid-L-Hacker
authored
9028fca
View commit details
Copy full SHA for 9028fca
Browse repository at this point
[WDL 1.2] remove "experimental" language around env feature (#863)
Wid-L-Hacker
authored
2ceaf2a
View commit details
Copy full SHA for 2ceaf2a
Browse repository at this point
Commits on May 13, 2026
[WDL 1.2] handle retry of commands using `task.attempt` (#861)
Show description for 90d8c3c
Wid-L-Hacker
authored
90d8c3c
View commit details
Copy full SHA for 90d8c3c
Browse repository at this point
Commits on May 10, 2026
Improve size() type error for unusable arguments (#860)
Wid-L-Hacker
authored
a1edeb7
View commit details
Copy full SHA for a1edeb7
Browse repository at this point
refactor internal placeholder_regex propagation (#859)
Show description for 39e97c5
Wid-L-Hacker
authored
39e97c5
View commit details
Copy full SHA for 39e97c5
Browse repository at this point
Previous
Next
You can’t perform that action at this time.