Skip to content

Commit a6e2de8

Browse files
committed
CI updated
1 parent 88644d5 commit a6e2de8

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,8 @@ jobs:
2020
cache: 'npm'
2121

2222
- name: Install dependencies
23-
run: |
24-
npm ci
25-
npm install --save-dev eslint-config-next@latest
23+
run: npm ci
2624

27-
- name: Verify ESLint configuration
28-
run: npx eslint --print-config .eslintrc.json
29-
3025
- name: Lint
3126
run: npm run lint
3227

public/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link>https://pythonessprogrammer.com</link>
66
<description>Thoughts on technology, accessibility, and the human experience.</description>
77
<language>en</language>
8-
<lastBuildDate>Wed, 29 Oct 2025 00:21:43 GMT</lastBuildDate>
8+
<lastBuildDate>Wed, 29 Oct 2025 00:25:55 GMT</lastBuildDate>
99
<atom:link href="https://pythonessprogrammer.com/feed.xml" rel="self" type="application/rss+xml" />
1010

1111
<item>

0 commit comments

Comments
 (0)