Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test updated actions #795

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run_id: ${{ github.event.workflow_run.id }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download artifacts
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-pdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
LaTeX:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
run1: make ${{ env.pdfs }}
run2: -make -k OLD=$mergebase_sha NEW=HEAD ${{ env.diffs }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pdf
retention-days: 1
Expand Down
2 changes: 2 additions & 0 deletions SAMv1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ \section{The SAM Format Specification}
BAM file may optionally specify the version being used via the
{\tt @HD VN} tag. For full version history see Appendix~\ref{sec:history}.

The cat in the hat.

SAM file contents are 7-bit US-ASCII, except for certain field values as individually specified which may contain other Unicode characters encoded in UTF-8.
Alternatively and equivalently, SAM files are encoded in UTF-8 but non-ASCII characters are permitted only within certain field values as explicitly specified in the descriptions of those fields.%
\footnote{Hence in particular SAM files must not begin with a byte order mark~(BOM) and lines of text are delimited by ASCII line terminator characters only.
Expand Down