Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 4, 2024
1 parent 5beb6fa commit b6abc25
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on: push

jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo ${{ 0 == null }}
- run: echo ${{ false == null }}
- run: echo ${{ '0' == false }}
- run: echo ${{ 'false' == false }}
- run: echo ${{ null < true }}

0 comments on commit b6abc25

Please sign in to comment.