Diff view on iOS browser jumps around during scrolling #66528
Replies: 3 comments
-
|
Hi @boxed 👋 It looks like you are using our GitHub Web-App on mobile in recording above. This feedback repository is dedicated to GitHub Mobile Native Apps, therefore won't be able to process your request 😅 You can reach out to our colleagues in Pull Request team via this category or even better, give GitHub native app on iOS a shot and let us know if you have a better experience reviewing pull requests on mobile 😊 Cheers! |
Beta Was this translation helpful? Give feedback.
-
|
Might I suggest renaming the category from "mobile" to "mobile apps"? Because it's very misleading. I changed the category anyway, thanks. |
Beta Was this translation helpful? Give feedback.
-
Quickstart for GitHub ActionsTry out the core features of GitHub Actions in minutes. IntroductionGitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that run tests whenever you push a change to your repository, or that deploy merged pull requests to production. This quickstart guide shows you how to use the user interface of GitHub to add a workflow that demonstrates some of the essential features of GitHub Actions. To get started with preconfigured workflows, browse through the list of templates in the actions/starter-workflows repository. For more information, see Using workflow templates. For an overview of GitHub Actions workflows, see Workflows. If you want to learn about the various components that make up GitHub Actions, see Understanding GitHub Actions. Using workflow templatesGitHub provides preconfigured workflow templates that you can use as-is or customize to create your own workflow. GitHub analyzes your code and shows you workflow templates that might be useful for your repository. For example, if your repository contains Node.js code, you'll see suggestions for Node.js projects. These workflow templates are designed to help you get up and running quickly, offering a range of configurations such as:
Use these workflows as a starting place to build your custom workflow or use them as-is. You can browse the full list of workflow templates in the actions/starter-workflows repository. PrerequisitesThis guide assumes that:
Creating your first workflow
Committing the workflow file to a branch in your repository triggers the If you chose to start a pull request, you can continue and create the pull request, but this is not necessary for the purposes of this quickstart because the commit has still been made to a branch and will trigger the new workflow. Viewing your workflow results
The example workflow you just added is triggered each time code is pushed to the branch, and shows you how GitHub Actions can work with the contents of your repository. For an in-depth tutorial, see Understanding GitHub Actions. Next stepsGitHub Actions can help you automate nearly every aspect of your application development processes. Ready to get started? Here are some helpful resources for taking your next steps with GitHub Actions:
|
Beta Was this translation helpful? Give feedback.






Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
janky.mp4
Beta Was this translation helpful? Give feedback.
All reactions