Paste your Azure Pipelines YAML into the left textbox, 
            then use the "Process YAML" button to generate GitHub Actions YAML
        
        This migration has approximately ~90% accuracy, depending on the YAML tasks. 
For tasks unable to be migrated, a comment is added to the results
        
            
                
                    
                    
                
                
                    
                    
on:
  push:
    branches:
    - main
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Setup Ruby >= 2.5
      uses: actions/setup-ruby@v1
      with:
        ruby-version: '>= 2.5'
    - run: ruby HelloWorld.rb
                    
                 
             
            
            
            
                
                    Try some samples:
                     
                     
                     
                     
                     
                 
             
            
            
                
                     
                     
                     
                     
                     
                
             
         
        
            No YAML is captured or stored in the process of the conversion. 
            The source code for this website, and it's core conversion code, is stored in GitHub and is fully open source.
            
            If you run into a bug, please post an issue!